Home
last modified time | relevance | path

Searched defs:identify (Results 1 – 12 of 12) 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 __anon247077940102()
Ddslm_test.cpp729 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; variable
1055 void TestDeviceSecurityInfoCallback(const DeviceIdentify *identify, struct DeviceSecurityInfo *info) in TestDeviceSecurityInfoCallback()
1264 DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {'a', 'b', 'c', 'd', 'e', 'f', 'a', 'b'}}; variable
1382 const DeviceIdentify *identify = GetSelfDevice(type); variable
1564 auto callback = [](const DeviceIdentify *identify, struct DeviceSecurityInfo *info) { return; }; in __anonce8318920802()
/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.c38 static int32_t RequestDeviceSecurityInfoImpl(const DeviceIdentify *identify, const RequestOption *o… in RequestDeviceSecurityInfoImpl()
44 static int32_t RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOpti… in RequestDeviceSecurityInfoAsyncImpl()
108 int32_t RequestDeviceSecurityInfo(const DeviceIdentify *identify, const RequestOption *option, in RequestDeviceSecurityInfo()
114 int32_t RequestDeviceSecurityInfoAsync(const DeviceIdentify *identify, const RequestOption *option, in RequestDeviceSecurityInfoAsync()
Ddevice_security_level_proxy.c61 static BOOL DslmIpcAsyncCallImpl(IUnknown *iUnknown, const DeviceIdentify identify, const RequestOp… in DslmIpcAsyncCallImpl()
/base/useriam/user_auth_framework/services/context/src/
Dcontext_factory.cpp53 auto identify = Common::MakeShared<IdentificationImpl>(newContextId, para.authType); in CreateIdentifyContext() local
Didentify_context.cpp27 IdentifyContext::IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, in IdentifyContext()
/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/security/device_security_level/services/dfx/
Ddslm_hidumper.c141 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; in GetDefaultStatus() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Didentify_context_test.cpp64 std::shared_ptr<Identification> identify = nullptr; variable