Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp348 …auto removeMessage = reinterpret_cast<RemoveMessage>(dlsym(handlerConnectServerSo_, "RemoveMessage… in RemoveInstance() local
349 if (removeMessage == nullptr) { in RemoveInstance()
353 removeMessage(instanceId); in RemoveInstance()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/
H A DwifiConnectStabilityTest.ets295 let removeMessage = wifi.removeAllNetwork()
296 console.log(TAG , "移除网络配置接口的调用结果: " + removeMessage)