Home
last modified time | relevance | path

Searched defs:identify (Results 1 – 15 of 15) sorted by relevance

/base/security/device_security_level/test/dslm_unit_test/
Ddslm_rpc_process_test.cpp61 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
79 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
97 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
112 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
127 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
142 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
169 …auto fillUpDeviceIdentify = [](DeviceIdentify *identify) { identify->length = DEVICE_ID_MAX_LEN; }; in __anon8052cf550102()
Ddslm_test.cpp1084 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
1106 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
1442 void TestDeviceSecurityInfoCallback(const DeviceIdentify *identify, struct DeviceSecurityInfo *info) in TestDeviceSecurityInfoCallback()
1673 DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {'a', 'b', 'c', 'd', 'e', 'f', 'a', 'b'}}; variable
1800 const DeviceIdentify *identify = GetSelfDevice(&level); variable
1981 auto callback = [](const DeviceIdentify *identify, struct DeviceSecurityInfo *info) { return; }; in __anon2fef06d30602()
/base/security/device_security_level/interfaces/inner_api/src/standard/
Ddevice_security_info.cpp31 static int32_t RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOpti… in RequestDeviceSecurityInfoAsyncImpl()
75 static int32_t RequestDeviceSecurityInfoImpl(const DeviceIdentify *identify, const RequestOption *o… in RequestDeviceSecurityInfoImpl()
80 auto callback = [&promise](const DeviceIdentify *identify, struct DeviceSecurityInfo *info) { in RequestDeviceSecurityInfoImpl()
118 int32_t RequestDeviceSecurityInfo(const DeviceIdentify *identify, const RequestOption *option, in RequestDeviceSecurityInfo()
124 int32_t RequestDeviceSecurityInfoAsync(const DeviceIdentify *identify, const RequestOption *option, in RequestDeviceSecurityInfoAsync()
Ddevice_security_level_proxy.cpp44 int32_t DeviceSecurityLevelProxy::RequestDeviceSecurityLevel(const DeviceIdentify &identify, in RequestDeviceSecurityLevel()
/base/security/device_security_level/interfaces/inner_api/src/lite/
Ddevice_security_info.c32 static int32_t RequestDeviceSecurityInfoImpl(const DeviceIdentify *identify, const RequestOption *o… in RequestDeviceSecurityInfoImpl()
59 int32_t RequestDeviceSecurityInfo(const DeviceIdentify *identify, const RequestOption *option, in RequestDeviceSecurityInfo()
65 int32_t RequestDeviceSecurityInfoAsync(const DeviceIdentify *identify, const RequestOption *option, in RequestDeviceSecurityInfoAsync()
/base/security/device_security_level/interfaces/inner_api/src/lite/small/
Ddevice_security_level_proxy.c70 static BOOL DslmIpcAsyncCallImpl(IUnknown *iUnknown, const DeviceIdentify identify, const RequestOp… in DslmIpcAsyncCallImpl()
161 int32_t RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOption *opt… in RequestDeviceSecurityInfoAsyncImpl()
/base/security/device_security_level/interfaces/inner_api/src/lite/mini/
Ddevice_security_level_inner.c54 int32_t RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOption *opt… in RequestDeviceSecurityInfoAsyncImpl()
/base/security/device_security_level/services/sa/lite/mini/
Ddslm_inner_process.h36 const DeviceIdentify *identify; member
Ddslm_inner_process.c60 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, const DeviceIdentify *identify, in DslmPushRemoteStub()
/base/useriam/user_auth_framework/services/context/src/
Didentify_context.cpp26 IdentifyContext::IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, in IdentifyContext()
Dcontext_factory.cpp52 auto identify = Common::MakeShared<IdentificationImpl>(newContextId, para.authType); in CreateIdentifyContext() local
/base/security/device_security_level/services/sa/standard/
Ddslm_ipc_process.cpp63 int32_t DslmIpcProcess::DslmGetRequestFromParcel(MessageParcel &data, DeviceIdentify &identify, Req… in DslmGetRequestFromParcel()
/base/security/dataclassification/frameworks/datatransmitmgr/
Ddev_slinfo_adpt.c184 void OnApiDeviceSecInfoCallback(const DeviceIdentify *identify, struct DeviceSecurityInfo *info) in OnApiDeviceSecInfoCallback()
/base/useriam/user_auth_framework/test/unittest/services/src/
Didentify_context_test.cpp64 std::shared_ptr<Identification> identify = nullptr; variable
/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
Ddslm_fuzzer.cpp146 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; in OnSendResultNotifierTest() local