Home
last modified time | relevance | path

Searched refs:StopEventLoop (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dserver_test.cpp56 StopEventLoop(nullptr);
57 StopEventLoop(&loop);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dserver_test.cpp56 StopEventLoop(nullptr);
57 StopEventLoop(&loop);
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Devloop.h59 void StopEventLoop(EventLoop *loop);
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dmain.c110 StopEventLoop(server->loop); in SignalExit()
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c96 void StopEventLoop(EventLoop *loop) in StopEventLoop() function
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h468 napi_status StopEventLoop();
H A Dnative_engine.cpp1029 napi_status NativeEngine::StopEventLoop() in StopEventLoop() function in NativeEngine
H A Dnative_api.cpp3994 auto result = nativeEngine->StopEventLoop(); in napi_stop_event_loop()