Home
last modified time | relevance | path

Searched refs:context (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DAblityKit.cpp24 uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) in RegisterReceiver()
28 (void)context; in RegisterReceiver()
41 uint32_t failCallbackFunc, uint32_t context) in SendMsgToPeerApp()
47 (void)context; in SendMsgToPeerApp()
54 uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) in DetectPhoneApp()
60 (void)context; in DetectPhoneApp()
23 RegisterReceiver(const char* bundleName, SuccessCallback success, FailCallback fail, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) RegisterReceiver() argument
39 SendMsgToPeerApp(bool isLocalMsg, const char* callingPkgName, const char* calledPkgName, const uint8_t* msgBody, uint32_t length, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) SendMsgToPeerApp() argument
53 DetectPhoneApp(const char* callingPkgName, const char* calledPkgName, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) DetectPhoneApp() argument
/ide/tools/previewer/util/
H A DWebSocketServer.cpp105 struct lws_context* context = lws_create_context(&contextInfo); in StartWebsocketListening() local
106 if (context == nullptr) { in StartWebsocketListening()
107 ELOG("WebSocketServer::StartWebsocketListening context memory allocation failed"); in StartWebsocketListening()
111 if (lws_service(context, WEBSOCKET_SERVER_TIMEOUT)) { in StartWebsocketListening()
115 lws_context_destroy(context); in StartWebsocketListening()
/ide/tools/previewer/util/windows/
H A DCrashHandler.cpp36 void CrashHandler::RecordCallStack(const CONTEXT *context) in RecordCallStack() argument
41 CONTEXT crashContext = *context; in RecordCallStack()
/ide/tools/previewer/test/mock/window/
H A DMockWindow.cpp58 const std::shared_ptr<OHOS::AbilityRuntime::Context>& context, WMError& errCode) in Create()
57 Create(const std::string& windowName, sptr<WindowOption>& option, const std::shared_ptr<OHOS::AbilityRuntime::Context>& context, WMError& errCode) Create() argument
H A Dwindow.h66 sptr<WindowOption>& option, const std::shared_ptr<AbilityRuntime::Context>& context = nullptr,

Completed in 2 milliseconds