Home
last modified time | relevance | path

Searched refs:Call (Results 1 – 25 of 41) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCall.cpp21 Call::Call() in Call() function in Call
26 Call*
27 Call::Create(uint32 proc, const Auth* creds, const Auth* ver) in Create()
32 Call* call = new(std::nothrow) Call; in Create()
61 Call::~Call() in ~Call()
67 Call::SetXID(uint32 xid) in SetXID()
H A DRPCCall.h18 class Call {
20 static Call* Create(uint32 proc, const Auth* creds,
22 ~Call();
29 Call();
38 Call::Stream() in Stream()
H A DRPCServer.h66 status_t SendCallAsync(Call* call, Reply** reply,
68 status_t ResendCallAsync(Call* call,
H A DRequestBuilder.h84 RPC::Call* Request();
104 RPC::Call* fRequest;
H A DRPCServer.cpp140 Server::SendCallAsync(Call* call, Reply** reply, Request** request) in SendCallAsync()
173 Server::ResendCallAsync(Call* call, Request* request) in ResendCallAsync()
H A DRequestBuilder.cpp42 fRequest = RPC::Call::Create(fProcedure, RPC::Auth::CreateSys(), in _InitHeader()
806 RPC::Call*
/haiku/docs/develop/build/rc/
H A Dlibrdef.rst22 1. Call ``rdef_add_include_dir()`` one or more times to add include file search paths.
23 2. Call ``rdef_add_input_file()`` one or more times to add the rdef files that you want to compile.
24 3. Call ``rdef_set_flags()`` to toggle compiler options.
25 4. Call ``rdef_compile()`` with the name of the output file. This performs the actual compilation.
26 5. Call ``rdef_free_input_files()`` to clear the list of input files that you added earlier.
27 6. Call ``rdef_free_include_dirs()`` to clear the list of include directories that you added earlie…
31 1. Call ``rdef_add_input_file()`` one or more times to add the resource files that you want to deco…
32 2. Call ``rdef_set_flags()`` to toggle compiler options.
33 3. Call ``rdef_decompile()`` with the name of the output file. The name of the header file (if any)…
34 4. Call ``rdef_free_input_files()`` to clear the list of input files that you added earlier.
/haiku/docs/develop/servers/app_server/
H A DWinBorder.rst36 1. Call the decorator's MoveBy()
37 2. Call Layer::MoveBy()
44 1. Call the decorator's ResizeBy()
45 2. Call Layer::ResizeBy()
53 2. Call the decorator's Clicked() function
55 4. Call the ServerWindow's Activate() function
96 2. Call the decorator's Clicked() function
142 2. Call the decorator's Clicked() function
156 2. Call instantiate_decorator
158 4. Call RebuildRegions and then RequestDraw
[all …]
H A DFontServer.rst45 2. Call FT_Init_FreeType()
51 1. Call FT_Done_FreeType()
97 b. Call FT_New_Face on the entry's full path
117 1. Call \_FindFamily() for the given family
153 1. Call \_FindFamily() to get the appropriate font family
161 1. Call \_FindFamily() to get the appropriate font family
178 1. Call the family list's find() method.
204 1. Call \_FindFamily on the family parameter. if NULL, return false
205 2. Call the family's GetStyle member. if NULL, return false
H A DServerBitmap.rst14 1. Call \_HandleSpace()
15 2. Call \_HandleFlags()
H A DFontFamily.rst43 1. Call GetStyle on the given pointer
84 1. Call GetStyle on the style name and return false if NULL, true if
H A DServerApp.rst38 3. Call CursorManager::RemoveAppCursors(this)
61 1. Call port_buffer_size - which will block if the port is empty
89 1. Call get_thread_info() with the app's thread_id
206 1) Call WindowBroadcast(UPDATE_DECORATOR)
H A DAppServer.rst53 1. Call port_buffer_size - which will block if the port is empty
164 2. Call Broadcast(QUIT_APP)
180 2. Call LoadDecorator()
187 1) Call MainLoop()
199 4. Call Broadcast(UPDATE_DECORATOR)
225 1. Call port_buffer_size_etc() with a timeout of 3 seconds.
H A DCursorManager.rst36 6. Call SetDefaultCursor
132 2. Call FindCursor and, if NULL, release the cursor lock and return
H A DDecorator.rst81 1. Call StringWidth() on the title.
151 2. Call \_DrawFrame(intersection)
152 3. Call \_DrawTab(intersection)
H A DBitmapManager.rst17 4. Call set_buffer_area_management
H A DDesktopClasses.rst124 1. Call the RootLayer object's PruneTree method and delete it
/haiku/docs/user/support/
H A DBeep.dox65 Call this method to add a specific event to the media server.
H A DAutolock.dox43 Receiver::HandleCall(Call *call)
65 Receiver::HandleCall(Call *call)
H A DStopWatch.dox35 watch. Call ElapsedTime() to get the current timer count at any time. You
/haiku/docs/develop/kernel/vm/
H A Dvm_daemon27 Call scan_pages
/haiku/src/tests/kits/app/blooper/
H A DBLooperCases84 case 1: Call Quit() on unlocked BLooper
/haiku/docs/user/interface/
H A DTextView.dox169 Call SetText() to change the text. This will resize TextRect().
171 Call SetWordWrap() to turn word-wrap on and off. This will resize
174 Call SetAlignment() to change the alignment to \c B_ALIGN_CENTER
177 Call SetStylable() to allow multiple font styles.
179 Call SetTabWidth() to set the width of hard tabs. You may turn
182 Call MakeSelectable() and MakeEditable() to turn the ability for text
186 Call MakeResizable() to make the view width track with text width,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DJamfile220 Call.cpp
/haiku/docs/user/net/
H A DDatagramSocket.dox49 Does nothing. Call Bind() or Connect() to actually start network

12