Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A 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 __anon0649868d0102()
H A 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 __anon0acf2a0b0602()
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/standard/
H A 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()
H A Ddevice_security_level_proxy.cpp44 int32_t DeviceSecurityLevelProxy::RequestDeviceSecurityLevel(const DeviceIdentify &identify, in RequestDeviceSecurityLevel()
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_auto_launch.h25 …void SetAutoLaunchItem(const std::string &identify, const std::string &userId, const AutoLaunchIte… in SetAutoLaunchItem()
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A 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()
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/mini/
H A Ddevice_security_level_inner.c54 int32_t RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOption *opt… in RequestDeviceSecurityInfoAsyncImpl()
/ohos5.0/base/security/device_security_level/services/sa/lite/mini/
H A Ddslm_inner_process.h36 const DeviceIdentify *identify; member
H A Ddslm_inner_process.c60 static BOOL DslmPushRemoteStub(uint32_t owner, uint32_t cookie, const DeviceIdentify *identify, in DslmPushRemoteStub()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp116 void DevicePermissionVerification::MLDevSecInfoCb(const DeviceIdentify *identify, struct DeviceSecu… in MLDevSecInfoCb()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Didentify_context.cpp26 IdentifyContext::IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, in IdentifyContext()
H A Dcontext_factory.cpp52 auto identify = Common::MakeShared<IdentificationImpl>(newContextId, para.authType); in CreateIdentifyContext() local
/ohos5.0/base/security/device_security_level/services/sa/standard/
H A Ddslm_ipc_process.cpp63 int32_t DslmIpcProcess::DslmGetRequestFromParcel(MessageParcel &data, DeviceIdentify &identify, Req… in DslmGetRequestFromParcel()
/ohos5.0/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_adpt.c184 void OnApiDeviceSecInfoCallback(const DeviceIdentify *identify, struct DeviceSecurityInfo *info) in OnApiDeviceSecInfoCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp479 …std::string identify = singleVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::IDE… in InitStorageEngine() local
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp146 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; in OnSendResultNotifierTest() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Didentify_context_test.cpp64 std::shared_ptr<Identification> identify = nullptr; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5543 std::string identify = IPCSkeleton::ResetCallingIdentity(); in RegisterApplicationStateObserver() local