/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_rpc_process_test.cpp | 61 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 D | dslm_test.cpp | 1084 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 D | device_security_info.cpp | 31 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 D | device_security_level_proxy.cpp | 44 int32_t DeviceSecurityLevelProxy::RequestDeviceSecurityLevel(const DeviceIdentify &identify, in RequestDeviceSecurityLevel()
|
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/ |
H A D | device_security_info.c | 32 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 D | mock_auto_launch.h | 25 …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 D | device_security_level_proxy.c | 70 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 D | device_security_level_inner.c | 54 int32_t RequestDeviceSecurityInfoAsyncImpl(const DeviceIdentify *identify, const RequestOption *opt… in RequestDeviceSecurityInfoAsyncImpl()
|
/ohos5.0/base/security/device_security_level/services/sa/lite/mini/ |
H A D | dslm_inner_process.h | 36 const DeviceIdentify *identify; member
|
H A D | dslm_inner_process.c | 60 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 D | device_permission_verification.cpp | 116 void DevicePermissionVerification::MLDevSecInfoCb(const DeviceIdentify *identify, struct DeviceSecu… in MLDevSecInfoCb()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | identify_context.cpp | 26 IdentifyContext::IdentifyContext(uint64_t contextId, std::shared_ptr<Identification> identify, in IdentifyContext()
|
H A D | context_factory.cpp | 52 auto identify = Common::MakeShared<IdentificationImpl>(newContextId, para.authType); in CreateIdentifyContext() local
|
/ohos5.0/base/security/device_security_level/services/sa/standard/ |
H A D | dslm_ipc_process.cpp | 63 int32_t DslmIpcProcess::DslmGetRequestFromParcel(MessageParcel &data, DeviceIdentify &identify, Req… in DslmGetRequestFromParcel()
|
/ohos5.0/base/security/dataclassification/frameworks/datatransmitmgr/ |
H A D | dev_slinfo_adpt.c | 184 void OnApiDeviceSecInfoCallback(const DeviceIdentify *identify, struct DeviceSecurityInfo *info) in OnApiDeviceSecInfoCallback()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 479 …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 D | dslm_fuzzer.cpp | 146 const DeviceIdentify identify = {DEVICE_ID_MAX_LEN, {0}}; in OnSendResultNotifierTest() local
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | identify_context_test.cpp | 64 std::shared_ptr<Identification> identify = nullptr; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 5543 std::string identify = IPCSkeleton::ResetCallingIdentity(); in RegisterApplicationStateObserver() local
|