/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/ |
D | iso_protocol_test.cpp | 98 self->destroy(self); 155 client->destroy(client); 156 server->destroy(server); 204 client->destroy(client); 205 server->destroy(server); 247 self->destroy(self); 260 self->destroy(self); 274 self->destroy(self); 288 self->destroy(self); 302 self->destroy(self); [all …]
|
D | ec_speke_protocol_test.cpp | 101 self->destroy(self); 158 client->destroy(client); 159 server->destroy(server); 216 client->destroy(client); 217 server->destroy(server); 265 client->destroy(client); 266 server->destroy(server); 308 self->destroy(self); 321 self->destroy(self); 335 self->destroy(self); [all …]
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/ |
D | pub_key_exchange_test.cpp | 96 self->destroy(self); 130 client->destroy(client); 131 server->destroy(server); 172 self->destroy(nullptr); 173 self->destroy(self); 184 self->destroy(self); 194 self->destroy(self); 213 self->destroy(self); 227 self->destroy(self); 240 self->destroy(self); [all …]
|
D | auth_code_import_test.cpp | 96 self->destroy(self); 130 client->destroy(client); 131 server->destroy(server); 172 self->destroy(nullptr); 173 self->destroy(self); 184 self->destroy(self); 194 self->destroy(self); 213 self->destroy(self); 227 self->destroy(self); 240 self->destroy(self); [all …]
|
D | save_trusted_info_test.cpp | 219 self->destroy(self); 264 client->destroy(client); 265 server->destroy(server); 312 client->destroy(client); 313 server->destroy(server); 352 self->destroy(nullptr); 353 self->destroy(self); 364 self->destroy(self); 374 self->destroy(self); 401 self->destroy(self); [all …]
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/ |
D | auth_sub_session_test.cpp | 105 self->destroy(self); 162 client->destroy(client); 163 server->destroy(server); 211 client->destroy(client); 212 server->destroy(server); 221 self->destroy(self); 278 client->destroy(client); 279 server->destroy(server); 327 client->destroy(client); 328 server->destroy(server); [all …]
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/ |
D | expand_sub_session_test.cpp | 108 self->destroy(self); 153 client->destroy(client); 154 server->destroy(server); 200 self->destroy(nullptr); 201 self->destroy(self); 214 self->destroy(self); 227 self->destroy(self); 242 self->destroy(self); 255 self->destroy(self); 269 self->destroy(self); [all …]
|
/base/msdp/device_status/libs/interface/ |
D | devicestatus_msdp_interface.h | 49 void* (*destroy)(IMsdp*); member 51 MsdpAlgoHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pAlgorithm(nullptr) {} in MsdpAlgoHandle() 57 destroy = nullptr; in Clear()
|
/base/security/device_auth/services/frameworks/src/plugin_adapter/ |
D | account_lifecycle_plugin_proxy.c | 52 if (task == NULL || task->destroy == NULL) { in DestroyExtWorkerTask() 56 task->destroy(task); in DestroyExtWorkerTask() 84 baseTask->base.destroy = DestroyWorkerTask; in ExecuteWorkerTask() 137 if (g_accountLifeCyclePlugin != NULL && g_accountLifeCyclePlugin->base.destroy != NULL) { in DestoryAccountLifecyclePlugin() 138 g_accountLifeCyclePlugin->base.destroy(&g_accountLifeCyclePlugin->base); in DestoryAccountLifecyclePlugin()
|
/base/security/device_auth/services/cred_manager/src/ |
D | cred_manager.c | 63 (*pluginPtr)->destroy(); in DestroyCredMgr() 71 plugin->destroy == NULL || plugin->procCred == NULL) { in AddCredPlugin() 91 plugin->destroy(); in AddCredPlugin() 110 (*pluginPtr)->destroy(); in DelCredPlugin()
|
/base/security/certificate_framework/test/unittest/cf_sdk_test/src/ |
D | cf_cert_test.cpp | 213 object->destroy(&object); 339 object->destroy(nullptr); /* destroy: object is nullptr coverage */ 340 object->destroy(&object); 356 object->destroy(&object1); /* destroy: *object is nullptr coverage */ 357 object->destroy(&object); 379 object->destroy(&object); 399 object->destroy(&object); 420 object->destroy(&object); 443 object021->destroy(&object021); 463 object022->destroy(&object022); [all …]
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
D | hc_task_thread.c | 60 if (taskWarp->task->destroy) { in Clear() 61 taskWarp->task->destroy(taskWarp->task); in Clear() 110 if (task->destroy) { in TaskThreadLoop() 111 task->destroy(task); in TaskThreadLoop()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethod_extension_context/ |
D | inputmethod_extension_context.js | 54 destroy(callback) { method in InputMethodExtensionContext 56 return this.__context_impl__.destroy(callback);
|
/base/security/crypto_framework/test/unittest/src/ |
D | crypto_rsa_asy_key_generator_test.cpp | 76 .destroy = nullptr 86 EXPECT_NE(generator->base.destroy, nullptr); 99 EXPECT_NE(generator->base.destroy, nullptr); 112 EXPECT_NE(generator->base.destroy, nullptr); 126 EXPECT_NE(generator->base.destroy, nullptr); 139 EXPECT_NE(generator->base.destroy, nullptr); 152 EXPECT_NE(generator->base.destroy, nullptr); 166 EXPECT_NE(generator->base.destroy, nullptr); 179 EXPECT_NE(generator->base.destroy, nullptr); 192 EXPECT_NE(generator->base.destroy, nullptr); [all …]
|
/base/security/certificate_framework/test/unittest/common/src/ |
D | cf_test_sdk_common.cpp | 61 object->destroy(&object); in CommonTest() 71 object->destroy(&object); in CommonTest() 88 abnormalObject->destroy(&abnormalObject); in AbnormalTest() 99 abnormalObject->destroy(&abnormalObject); in AbnormalTest()
|
/base/security/crypto_framework/common/src/ |
D | object_base.c | 23 ((HcfObjectBase *)obj)->destroy((HcfObjectBase *)obj); in HcfObjDestroy()
|
/base/security/certificate_framework/frameworks/common/v1.0/src/ |
D | cf_object_base.c | 23 ((CfObjectBase *)obj)->destroy((CfObjectBase *)obj); in CfObjDestroy()
|
/base/security/device_auth/frameworks/deviceauth_lite/unittest/ |
D | deviceauth_test.cpp | 111 destroy(&server); 130 destroy(&server); 149 destroy(&server);
|
/base/security/crypto_framework/interfaces/innerkits/common/ |
D | object_base.h | 23 void (*destroy)(HcfObjectBase *self); member
|
/base/security/certificate_framework/interfaces/innerkits/common/ |
D | cf_object_base.h | 23 void (*destroy)(CfObjectBase *self); member
|
/base/security/device_auth/services/session_manager/src/ |
D | dev_session_mgr.c | 66 session->destroy(session); in RemoveTimeoutSession() 117 ptr->session->destroy(ptr->session); in DestroyDevSessionManager() 155 session->destroy(session); in OpenDevSession() 212 session->destroy(session); in CloseDevSession() 236 session->destroy(session); in CancelDevSession()
|
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/ServiceExtAbility/ |
D | UsbFunctionSwitchWindowAbility.ets | 93 globalThis.window.destroy((err, data) => { 95 Logger.error(TAG, `Failed to destroy the window. Cause: ${JSON.stringify(err)}`); 98 Logger.info(TAG, 'Succeeded in destroy the window'); 108 Logger.info(TAG, 'destroy first power window'); 109 globalThis.usbServiceSwitchWindowFirst.destroy();
|
/base/security/device_auth/services/cred_manager/inc/ |
D | cred_plugin_def.h | 24 void (*destroy)(void); member
|
/base/security/device_auth/interfaces/inner_api/ |
D | device_auth_ext.h | 44 void (*destroy)(struct ExtPlugin *extPlugin); member 73 void (*destroy)(struct ExtWorkerTask *task); member
|
/base/security/certificate_framework/frameworks/core/extension/src/ |
D | cf_extension_ability.c | 26 .destroy = CfExtensionDestroy,
|