/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_predicates_test.cpp | 94 valueBucket->destroy(valueBucket); in SetUpTestCase() 139 valueObject->destroy(valueObject); in HWTEST_F() 140 predicates->destroy(predicates); in HWTEST_F() 141 cursor->destroy(cursor); in HWTEST_F() 165 valueObject->destroy(valueObject); in HWTEST_F() 166 predicates->destroy(predicates); in HWTEST_F() 167 cursor->destroy(cursor); in HWTEST_F() 226 valueObject->destroy(valueObject); in HWTEST_F() 227 predicates->destroy(predicates); in HWTEST_F() 228 cursor->destroy(curso in HWTEST_F() [all...] |
H A D | rdb_store_test.cpp | 126 cursor->destroy(cursor); in SetUp() 127 valueBucket->destroy(valueBucket); in SetUp() 213 valueObject->destroy(valueObject); in HWTEST_F() 214 valueBucket->destroy(valueBucket); in HWTEST_F() 215 predicates->destroy(predicates); in HWTEST_F() 216 cursor->destroy(cursor); in HWTEST_F() 277 valueObject->destroy(valueObject); in HWTEST_F() 278 valueBucket->destroy(valueBucket); in HWTEST_F() 279 predicates->destroy(predicates); in HWTEST_F() 280 cursor->destroy(curso in HWTEST_F() [all...] |
H A D | rdb_cursor_test.cpp | 95 valueBucket->destroy(valueBucket); in SetUpTestCase() 153 valueBucket->destroy(valueBucket); in CreateAssetTable() 221 predicates->destroy(predicates); in HWTEST_F() 222 cursor->destroy(cursor); in HWTEST_F() 261 predicates->destroy(predicates); in HWTEST_F() 262 cursor->destroy(cursor); in HWTEST_F() 301 predicates->destroy(predicates); in HWTEST_F() 302 cursor->destroy(cursor); in HWTEST_F() 366 predicates->destroy(predicates); in HWTEST_F() 367 cursor->destroy(curso in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/ |
H A D | intf_plugin.h | 64 /** Pointer to function which is used to destroy component manager instances. */ 82 /** Pointer to function which is used to destroy system instances. */ 177 constexpr IEnginePlugin(CreatePluginFn create, DestroyPluginFn destroy) in IEnginePlugin() 178 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IEnginePlugin() 203 constexpr IEcsPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IEcsPlugin() 204 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IEcsPlugin()
|
/foundation/resourceschedule/ffrt/src/core/ |
H A D | task_io.cpp | 35 task->work.destroy(task->work.data); in work_finish_callable() 71 void ffrt_submit_coroutine(void* co, ffrt_coroutine_ptr_t exec, ffrt_function_t destroy, const ffrt_deps_t* in_deps, in ffrt_submit_coroutine() argument 84 task->work.destroy = destroy; in ffrt_submit_coroutine()
|
H A D | task_io.h | 26 ffrt_function_t destroy; member
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ |
H A D | intf_plugin.h | 42 constexpr I3DPlugin(CreatePluginFn create, DestroyPluginFn destroy) in I3DPlugin() 43 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in I3DPlugin()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | data_detector_loader.cpp | 64 destroy = mDestoryDataDetectorInstance_](DataDetectorInterface* e) { in CreateDataDetector() 65 destroy(e); in CreateDataDetector()
|
H A D | image_analyzer_loader.cpp | 69 destroy = destroyImageAnalyzerInstance_](ImageAnalyzerInterface *e) { destroy(e); } }; in CreateImageAnalyzer()
|
H A D | stylus_detector_loader.cpp | 75 return { createStylusDetectorInstance_(), [lib = shared_from_this(), destroy = destroyStylusDetectorInstance_]( in CreateStylusDetector() 76 StylusDetectorInterface* e) { destroy(e); } }; in CreateStylusDetector()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_physical_subnet_manager.c | 63 if (g_physicalSubnets[i]->destroy != NULL) { in ClearSubnetManager() 64 g_physicalSubnets[i]->destroy(g_physicalSubnets[i]); in ClearSubnetManager() 77 LNN_LOGE(LNN_BUILDER, "destroy mutex failed"); in LnnDeinitPhysicalSubnetManager() 114 if (g_physicalSubnets[i]->destroy != NULL) { in DoUnregistSubnetByType() 115 g_physicalSubnets[i]->destroy(g_physicalSubnets[i]); in DoUnregistSubnetByType()
|
/foundation/multimodalinput/input/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 83 DestroyPlugin<IPlugin> destroy = in ~Plugin() local 85 if (destroy != nullptr) { in ~Plugin() 86 destroy(instance_); in ~Plugin()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | navigation_controller_test.cpp | 82 bool destroy = true; in HWTEST_F() local 83 navigationController->PopInPIP(destroy); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | intf_plugin.h | 68 /** Pointer to function which is used to destroy node instances. */ 91 constexpr IRenderPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IRenderPlugin() 92 : ITypeInfo { UID }, createPlugin { create }, destroyPlugin { destroy } in IRenderPlugin()
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | netlink_socket_diag.h | 52 * to destroy. 70 void SockDiagUidDumpCallback(uint8_t proto, const inet_diag_msg *msg, const DestroyFilter& destroy); 71 int32_t ProcessSockDiagUidDumpResponse(uint8_t proto, const DestroyFilter& destroy);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_service_manager.h | 123 void *(*destroy)(IEnhanceService *); member 125 EnhanceServiceHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pService(nullptr) in EnhanceServiceHandle() 133 destroy = nullptr; in Clear()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 33 return ft1->type == ft2->type && ft1->destroy == ft2->destroy && ft1->getPtr == ft2->getPtr && in CompareFunctionTable() 36 return ft1->type_name == ft2->type_name && ft1->destroy == ft2->destroy && ft1->getPtr == ft2->getPtr && in CompareFunctionTable() 51 .destroy = U<T>::Destroy, in UseStorage()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 266 destroy(begin(), end()); in ~vector() 309 // destroy the remaining objects. in operator =() 310 destroy(iterator(dst), iterator(dst + todestroy)); in operator =() 322 // destroy all old objects. 323 destroy(begin(), end()); 433 // destroy the objects that we don't need anymore in resize() 435 destroy(begin() + static_cast<difference_type>(count), end()); in resize() 450 // destroy the objects that we don't need anymore in resize() 452 destroy(begin() + static_cast<difference_type>(count), end()); in resize() 569 destroy(iterato in insert() 986 void destroy(iterator first, iterator last) destroy() function in vector [all...] |
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | oh_value_object.h | 113 int (*destroy)(OH_VObject *valueObject); member
|
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | fbex_mock.cpp | 38 int FBEX::UninstallOrLockUserKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size, bool destroy) in UninstallOrLockUserKeyToKernel() argument 40 return IFbexMoc::fbexMoc->UninstallOrLockUserKeyToKernel(userId, type, iv, size, destroy); in UninstallOrLockUserKeyToKernel()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1_ext.cpp | 203 bool destroy = !!flag; in InactiveKeyExt() local 204 if ((type_ != TYPE_EL2) && !destroy) { in InactiveKeyExt() 216 if (FBEX::UninstallOrLockUserKeyToKernel(user, type_, buf, FBEX_IV_SIZE, destroy) != 0) { in InactiveKeyExt() 217 LOGE("UninstallOrLockUserKeyToKernel failed, userId %{public}d, type %{public}d, destroy %{public}u", in InactiveKeyExt() 218 userId_, type_, destroy); in InactiveKeyExt()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | inner_navigation_controller.h | 37 void PopInPIP(bool destroy = false) override;
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | navigation_controller.h | 61 * @param destroy The true will delete PIPMode. 63 virtual void PopInPIP(bool destroy = false) {}; in PopInPIP()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/threading/ |
H A D | primitive_api.h | 49 DestroyMutexType destroy = nullptr; member
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/ |
H A D | lnn_physical_subnet_manager.h | 41 void (*destroy)(struct LnnPhysicalSubnet *); member
|