Searched refs:REMOVE_MODULAR (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 45 { REMOVE_MODULAR, true, (void **)&hichain->auth_info }, in build_object() 110 { REMOVE_MODULAR, STS_MODULAR, true, false }, in check_mutex_object_is_null() 111 { STS_MODULAR, REMOVE_MODULAR, false, true }, in check_mutex_object_is_null() 139 { REMOVE_MODULAR, STS_MODULAR, true, true }, in check_depend_object_is_not_null() 177 { REMOVE_MODULAR, true, build_auth_info_client_object } }; in build_object_by_modular()
|
H A D | distribution.c | 76 { REMOVE_AUTHINFO_REQUEST, REMOVE_MODULAR, true }, 85 { REMOVE_AUTHINFO_RESPONSE, REMOVE_MODULAR, false }, 94 { REMOVE_MODULAR, true, proc_remove_request_message }, 97 { REMOVE_MODULAR, false, proc_remove_response_message }, 234 { UNBIND, REMOVE_MODULAR }, in is_message_illegal() 239 { REMOVE_AUTHINFO, REMOVE_MODULAR }, in is_message_illegal()
|
/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/ |
H A D | distribution.h | 55 REMOVE_MODULAR, enumerator
|
/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 222 ret = build_object(hichain, REMOVE_MODULAR, true, &auth_info); in remove_auth_info()
|
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | deviceauth_test.cpp | 800 int32_t ret = build_object(hichainTest, REMOVE_MODULAR, true, params); in HWTEST_F()
|
Completed in 7 milliseconds