Searched refs:destroy (Results 1 – 14 of 14) sorted by relevance
/foundation/communication/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
D | wifi_service_manager.h | 33 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 …]
|
D | wifi_service_manager.cpp | 82 … 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/ |
D | TestAny.cpp | 30 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.ts | 70 destroy(): void; method
|
/foundation/windowmanager/interfaces/kits/napi/window_runtime/api/ |
D | @ohos.window.d.ts | 534 destroy(callback: AsyncCallback<void>): void; method 540 destroy(): Promise<void>; method
|
/foundation/ace/ace_engine_lite/frameworks/module_manager/ |
D | module_manager.cpp | 188 NativeCallback destroy = GetNativeCallback(exports, nullptr); in InitModuleObject() local 190 InsertCallback(onDestroyHead_, destroy, destroyHandler); in InitModuleObject()
|
/foundation/ai/engine/test/ |
D | CMakeLists.txt | 38 function/destroy/destroy_function_test.cpp
|
/foundation/multimedia/histreamer/engine/plugin/common/ |
D | any.h | 207 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/ |
D | l2cap_cmn.h | 172 int L2capAsynchronousProcess(void (*task)(const void *context), void (*destroy)(void *context), voi…
|
D | l2cap_cmn.c | 434 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/ |
D | BUILD.gn | 52 "destroy/destroy_function_test.cpp",
|
/foundation/ai/engine/ |
D | README_zh.md | 408 printf("[KwsManager] plugin_ destroy failed.\n");
|
D | README.md | 408 printf("[KwsManager] plugin_ destroy failed.\n");
|
/foundation/multimodalinput/input/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 1957 + .destroy = joystick_destroy,
|