Searched refs:Launch (Results 1 - 25 of 112) sorted by relevance

12345

/haiku/src/add-ons/tracker/filetype/
H A DFileType.cpp16 be_roster->Launch("application/x-vnd.haiku-filetypes", refs);
/haiku/src/preferences/deskbar/
H A DDeskbarPreferences.cpp22 be_roster->Launch("application/x-vnd.Be-TSKB", new BMessage(kConfigShow));
/haiku/src/preferences/tracker/
H A DTrackerPreferences.cpp21 be_roster->Launch("application/x-vnd.Be-TRAK");
/haiku/src/servers/bluetooth/
H A DHCIControllerAccessor.cpp32 HCIControllerAccessor::Launch() { function in class:HCIControllerAccessor
H A DHCIControllerAccessor.h17 status_t Launch();
H A DHCITransportAccessor.h21 status_t Launch();
H A DHCIDelegate.h42 virtual status_t Launch()=0;
H A DLocalDeviceHandler.h27 status_t Launch(void);
H A DHCITransportAccessor.cpp60 HCITransportAccessor::Launch() { function in class:HCITransportAccessor
H A DLocalDeviceHandler.cpp32 LocalDeviceHandler::Launch(void) function in class:LocalDeviceHandler
34 return fHCIDelegate->Launch();
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h55 status = be_roster->Launch(&addonRef, refs);
66 be_roster->Launch(appInfo.signature, refs);
H A DThread.h70 static void Launch(FunctionObject* functor,
84 static void Launch(BObjectList<FunctionObject>*, bool async = true,
227 Thread::Launch(new SingleParamFunctionObjectWorkaround<Param1>(func, p1),
237 Thread::Launch(new SimpleMemberFunctionObjectWorkaround<T>(function,
248 Thread::Launch(new
260 Thread::Launch(new ThreeParamFunctionObjectWorkaround<Param1, Param2,
271 Thread::Launch(new FourParamFunctionObjectWorkaround<Param1, Param2,
/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp37 be_roster->Launch(&ref, 1, args);
72 be_roster->Launch(&ref);
/haiku/src/apps/cortex/NodeManager/
H A DAddOnHost.h64 static status_t Launch(
H A DAddOnHost.cpp96 status_t AddOnHost::Launch( function in class:AddOnHost
113 err = be_roster->Launch(
147 err = Launch(0);
152 "!!! AddOnHost::InstantiateDormantNode(): Launch() failed:\n"
225 err = Launch(0);
230 "!!! AddOnHost::ReleaseInternalNode(): Launch() failed:\n"
/haiku/headers/os/mail/
H A DMailDaemon.h38 status_t Launch();
/haiku/src/bin/
H A Durlwrapper.cpp124 err = be_roster->Launch(mimetype.String(), 1, args + 1);
126 err = be_roster->Launch(kAppSig, 1, args + 1);
203 err = be_roster->Launch(mimetype.String(), 1, args + 1);
205 err = be_roster->Launch(kAppSig, 1, args + 1);
217 err = be_roster->Launch(mimetype.String(), 1, args + 1);
219 err = be_roster->Launch(kAppSig, 1, args + 1);
272 if (be_roster->Launch(sig.String(), &msg) == B_OK)
274 be_roster->Launch("application/x-vnd.Haiku-About");
288 be_roster->Launch(kTerminalSig, 3, args);
305 be_roster->Launch(kTerminalSi
[all...]
/haiku/src/kits/shared/
H A DThread.cpp76 Thread::Launch(FunctionObject* functor, int32 priority, const char* name) function in class:Thread
106 ThreadSequence::Launch(BObjectList<FunctionObject>* list, bool async, function in class:ThreadSequence
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.cpp37 be_roster->Launch(XCONTAINER_APP); // Launch the XContainer
/haiku/src/apps/installer/
H A DInstallerApp.cpp97 be_roster->Launch("application/x-vnd.Haiku-FirstBootPrompt");
/haiku/src/kits/mail/
H A DMailDaemon.cpp136 BMailDaemon::Launch() function in class:BMailDaemon
138 status_t status = be_roster->Launch(B_MAIL_DAEMON_SIGNATURE);
/haiku/headers/build/os/app/
H A DRoster.h114 status_t Launch(const char *mimeType, BMessage *initialMessage = 0,
116 status_t Launch(const char *mimeType, BList *messageList,
118 status_t Launch(const char *mimeType, int argc, char **args,
120 status_t Launch(const entry_ref *ref, const BMessage *initialMessage = 0,
122 status_t Launch(const entry_ref *ref, const BList *messageList,
124 status_t Launch(const entry_ref *ref, int argc, const char * const *args,
/haiku/headers/os/app/
H A DRoster.h102 status_t Launch(const char* mimeType,
105 status_t Launch(const char* mimeType, BList* messageList,
107 status_t Launch(const char* mimeType, int argc,
110 status_t Launch(const entry_ref* ref,
113 status_t Launch(const entry_ref* ref,
116 status_t Launch(const entry_ref* ref, int argc,
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp139 be_roster->Launch(APP_SIGNATURE, message);
145 be_roster->Launch(APP_SIGNATURE, &aboutRequest);
218 be_roster->Launch(APP_SIGNATURE);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h99 Launch(BMessage* message) function in class:MusicFileListView
109 be_roster->Launch("application/x-vnd.Haiku-MediaPlayer", &refs);

Completed in 118 milliseconds

12345