Home
last modified time | relevance | path

Searched refs:destroy (Results 1 - 25 of 66) sorted by relevance

123

/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_predicates_test.cpp94 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 Drdb_store_test.cpp126 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 Drdb_cursor_test.cpp95 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 Dintf_plugin.h64 /** 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 Dtask_io.cpp35 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 Dtask_io.h26 ffrt_function_t destroy; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/
H A Dintf_plugin.h42 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 Ddata_detector_loader.cpp64 destroy = mDestoryDataDetectorInstance_](DataDetectorInterface* e) { in CreateDataDetector()
65 destroy(e); in CreateDataDetector()
H A Dimage_analyzer_loader.cpp69 destroy = destroyImageAnalyzerInstance_](ImageAnalyzerInterface *e) { destroy(e); } }; in CreateImageAnalyzer()
H A Dstylus_detector_loader.cpp75 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 Dlnn_physical_subnet_manager.c63 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 Dplugin_manager.h83 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 Dnavigation_controller_test.cpp82 bool destroy = true; in HWTEST_F() local
83 navigationController->PopInPIP(destroy); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_plugin.h68 /** 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 Dnetlink_socket_diag.h52 * 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 Dwifi_service_manager.h123 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 DTestAny.cpp33 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 Dvector.h266 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 Doh_value_object.h113 int (*destroy)(OH_VObject *valueObject); member
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfbex_mock.cpp38 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 Dfscrypt_key_v1_ext.cpp203 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 Dinner_navigation_controller.h37 void PopInPIP(bool destroy = false) override;
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dnavigation_controller.h61 * @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 Dprimitive_api.h49 DestroyMutexType destroy = nullptr; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_physical_subnet_manager.h41 void (*destroy)(struct LnnPhysicalSubnet *); member

Completed in 13 milliseconds

123