Home
last modified time | relevance | path

Searched refs:g_appIsAtomicService (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/
H A Dwebsocket_module.cpp25 static bool g_appIsAtomicService = false; variable
36 g_appIsAtomicService = CommonUtils::IsAtomicService(g_appBundleName); in InitWebSocketModule()
38 g_appBundleName.c_str(), g_appIsAtomicService); in InitWebSocketModule()
80 context->SetAtomicService(g_appIsAtomicService); in Connect()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp46 static bool g_appIsAtomicService = false; variable
61 g_appIsAtomicService = CommonUtils::IsAtomicService(g_appBundleName); in InitHttpModule()
63 g_appBundleName.c_str(), g_appIsAtomicService); in InitHttpModule()
250 context->SetAtomicService(g_appIsAtomicService); in Request()
269 context->SetAtomicService(g_appIsAtomicService); in RequestInStream()