Home
last modified time | relevance | path

Searched defs:context (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/mock/lite/
DAblityKit.cpp24 … uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) in RegisterReceiver()
41 uint32_t failCallbackFunc, uint32_t context) in SendMsgToPeerApp()
54 … uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) in DetectPhoneApp()
/ide/tools/previewer/util/windows/
DCrashHandler.cpp36 void CrashHandler::RecordCallStack(const CONTEXT *context) in RecordCallStack()
/ide/tools/previewer/test/mock/window/
DMockWindow.cpp58 const std::shared_ptr<OHOS::AbilityRuntime::Context>& context, WMError& errCode) in Create()
/ide/tools/previewer/util/
DWebSocketServer.cpp141 struct lws_context* context = lws_create_context(&contextInfo); in StartWebsocketListening() local