Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_service_manager.h33 void *(*destroy)(IStaService *); member
35 StaServiceHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pService(nullptr) in StaServiceHandle()
43 destroy = nullptr; in Clear()
51 void *(*destroy)(IScanService *); member
53 ScanServiceHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pService(nullptr) in ScanServiceHandle()
61 destroy = nullptr; in Clear()
69 void *(*destroy)(IApService *); member
71 ApServiceHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pService(nullptr) in ApServiceHandle()
79 destroy = nullptr; in Clear()
87 void *(*destroy)(IP2pService *); member
[all …]
Dwifi_service_manager.cpp82 … mStaServiceHandle.destroy = (void *(*)(IStaService *))dlsym(mStaServiceHandle.handle, "Destroy"); in LoadStaService()
83 if (mStaServiceHandle.create == nullptr || mStaServiceHandle.destroy == nullptr) { in LoadStaService()
106 …mScanServiceHandle.destroy = (void *(*)(IScanService *))dlsym(mScanServiceHandle.handle, "Destroy"… in LoadScanService()
107 if (mScanServiceHandle.create == nullptr || mScanServiceHandle.destroy == nullptr) { in LoadScanService()
130 mApServiceHandle.destroy = (void *(*)(IApService *))dlsym(mApServiceHandle.handle, "Destroy"); in LoadApService()
131 if (mApServiceHandle.create == nullptr || mApServiceHandle.destroy == nullptr) { in LoadApService()
154 … mP2pServiceHandle.destroy = (void *(*)(IP2pService *))dlsym(mP2pServiceHandle.handle, "Destroy"); in LoadP2pService()
155 if (mP2pServiceHandle.create == nullptr || mP2pServiceHandle.destroy == nullptr) { in LoadP2pService()
253 mStaServiceHandle.destroy(mStaServiceHandle.pService); in UnloadStaService()
269 mScanServiceHandle.destroy(mScanServiceHandle.pService); in UnloadScanService()
[all …]
/foundation/multimedia/histreamer/tests/ut/
DTestAny.cpp30 return ft1->type == ft2->type && ft1->destroy == ft2->destroy && ft1->getPtr == ft2->getPtr && in CompareFunctionTable()
40 .destroy = U<T>::Destroy, in UseStorage()
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.http.d.ts70 destroy(): void; method
/foundation/windowmanager/interfaces/kits/napi/window_runtime/api/
D@ohos.window.d.ts534 destroy(callback: AsyncCallback<void>): void; method
540 destroy(): Promise<void>; method
/foundation/ace/ace_engine_lite/frameworks/module_manager/
Dmodule_manager.cpp188 NativeCallback destroy = GetNativeCallback(exports, nullptr); in InitModuleObject() local
190 InsertCallback(onDestroyHead_, destroy, destroyHandler); in InitModuleObject()
/foundation/ai/engine/test/
DCMakeLists.txt38 function/destroy/destroy_function_test.cpp
/foundation/multimedia/histreamer/engine/plugin/common/
Dany.h207 functionTable_->destroy(storage_); in Reset()
275 void (*destroy)(Storage&) noexcept; member
395 .destroy = DetailFunctionTable::Destroy, in GetFunctionTable()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/l2cap/
Dl2cap_cmn.h172 int L2capAsynchronousProcess(void (*task)(const void *context), void (*destroy)(void *context), voi…
Dl2cap_cmn.c434 int L2capAsynchronousProcess(void (*task)(const void *context), void (*destroy)(void *context), voi… in L2capAsynchronousProcess()
440 if (destroy != NULL) { in L2capAsynchronousProcess()
441 destroy(context); in L2capAsynchronousProcess()
/foundation/ai/engine/test/function/
DBUILD.gn52 "destroy/destroy_function_test.cpp",
/foundation/ai/engine/
DREADME_zh.md408 printf("[KwsManager] plugin_ destroy failed.\n");
DREADME.md408 printf("[KwsManager] plugin_ destroy failed.\n");
/foundation/multimodalinput/input/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff1957 + .destroy = joystick_destroy,