| /foundation/distributedhardware/device_manager/test/unittest/mock/ |
| D | mock_distributed_device_profile_client.cpp | 25 uint32_t bindLevel = 0; in AddAccessControlProfileFirst() local 76 uint32_t bindLevel = 1; in AddAccessControlProfileSecond() local 128 uint32_t bindLevel = 3; in AddAccessControlProfileThird() local 179 uint32_t bindLevel = 3; in AddAccessControlprofileFourth() local 230 uint32_t bindLevel = 1; in AddAccessControlProfileFifth() local 281 uint32_t bindLevel = 3; in AddAccessControlProfileSixth() local 333 uint32_t bindLevel = 3; in AddAccessControlProfileSeventh() local 385 uint32_t bindLevel = 2; in AddAccessControlProfileEighth() local 437 uint32_t bindLevel = 2; in AddAccessControlProfileNinth() local 489 uint32_t bindLevel = 1; in AddAccessControlProfileTenth() local [all …]
|
| D | device_manager_service_impl_mock.cpp | 34 int32_t bindLevel) in UnBindDevice() 60 int32_t bindLevel) in UnAuthenticateDevice() 66 int32_t bindLevel, const std::string &extra) in UnBindDevice()
|
| D | deviceprofile_connector_mock.cpp | 90 int32_t bindLevel, const std::string &extra) in DeleteAccessControlList()
|
| /foundation/distributedhardware/device_manager/test/commonunittest/ |
| D | UTTest_dm_auth_manager_third.cpp | 292 int32_t bindLevel = APP; variable 305 int32_t bindLevel = APP; variable 319 int32_t bindLevel = APP; variable 333 int32_t bindLevel = SERVICE; variable 347 int32_t bindLevel = USER; variable
|
| D | UTTest_dm_deviceprofile_connector.cpp | 66 uint32_t bindLevel = 1; in AddAccessControlProfileFirst() local 118 uint32_t bindLevel = 1; in AddAccessControlProfileFirst() local 168 uint32_t bindLevel = 3; in AddAccessControlProfileSecond() local 220 uint32_t bindLevel = 3; in AddAccessControlProfileThird() local 272 uint32_t bindLevel = 2; in AddAccessControlProfileForth() local 324 uint32_t bindLevel = 2; in AddAccessControlProfileFifth() local 376 uint32_t bindLevel = 2; in AddAccessControlProfileSix() local 428 uint32_t bindLevel = 3; in AddAccessControlProfile001() local 480 uint32_t bindLevel = 3; in AddAccessControlProfile002() local 532 uint32_t bindLevel = 2; in AddAccessControlProfileSeven() local [all …]
|
| D | UTTest_dm_auth_manager_first.cpp | 572 int32_t bindLevel = USER; variable 602 int32_t bindLevel = USER; variable 1811 int32_t bindLevel = 1; variable 1829 int32_t bindLevel = 1; variable
|
| D | UTTest_dm_deviceprofile_connector_second.cpp | 69 uint32_t bindLevel = 1; in AddAccessControlProfile() local 504 int32_t bindLevel = 2; variable 1101 int32_t bindLevel = 0; variable 1114 int32_t bindLevel = 4; variable
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | UTTest_device_manager_service_impl.cpp | 77 uint32_t bindLevel = USER; in AddAccessControlProfileFirst() local 128 uint32_t bindLevel = USER; in AddAccessControlProfileSecond() local 179 uint32_t bindLevel = USER; in AddAccessControlProfileThird() local 1422 int32_t bindLevel = 0; variable 1431 int32_t bindLevel = 0; variable 1440 int32_t bindLevel = 0; variable 1449 int32_t bindLevel = 0; variable 1458 int32_t bindLevel = 0; variable 1471 int32_t bindLevel = 0; variable 1484 int32_t bindLevel = 0; variable [all …]
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanagerv2_fuzzer/ |
| D | dm_auth_manager_fuzzer.cpp | 65 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in DmAuthSrcManagerFuzzTest() local 102 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in DmAuthSinkManagerFuzzTest() local
|
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| D | auth_device_profile_test.cpp | 894 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::SERVICE; variable 940 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::USER; variable 997 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::USER; variable 1036 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::SERVICE; variable 1075 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::SERVICE; variable 1172 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::SERVICE; variable 1197 uint32_t bindLevel = (uint32_t)OHOS::DistributedDeviceProfile::BindLevel::USER; variable
|
| /foundation/distributedhardware/device_manager/test/servicesfuzztest/authmanager_fuzzer/ |
| D | auth_manager_fuzzer.cpp | 76 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in UnAuthenticateDeviceFuzzTest() local 90 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in UnBindDeviceFuzzTest() local 182 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in GetBindLevelFuzzTest() local 400 int32_t bindLevel = 0; in GetBindLevelByBundleNameFuzzTest() local
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/ |
| D | dm_auth_manager_fuzzer.cpp | 67 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in DmAuthManagerFuzzTest() local
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/ |
| D | authenticate_device_service_impl_fuzzer.cpp | 120 int32_t bindLevel = fdp.ConsumeIntegral<int32_t>(); in AuthenticateDeviceServiceImplFuzzTest() local
|
| /foundation/distributedhardware/device_manager/services/implementation/include/authentication_v2/ |
| D | dm_auth_message_processor.h | 143 uint32_t bindLevel; member 161 …int32_t bindLevel; // Passed through for business purposes, no custom definition requir… member
|
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication_v2/ |
| D | auth_manager.cpp | 217 …nager::UnAuthenticateDevice(const std::string &pkgName, const std::string &udid, int32_t bindLevel) in UnAuthenticateDevice() 237 int32_t bindLevel, const std::string &extra) in UnBindDevice() 519 bool CheckBindLevel(const JsonItemObject &jsonObj, const std::string &key, int32_t &bindLevel) in CheckBindLevel() 532 int32_t AuthManager::GetBindLevel(int32_t bindLevel) in GetBindLevel() 1236 … AuthManager::GetBindLevelByBundleName(std::string &bundleName, int32_t userId, int32_t &bindLevel) in GetBindLevelByBundleName()
|
| D | dm_auth_state.cpp | 113 DmAuthScope DmAuthState::GetAuthorizedScope(int32_t bindLevel) in GetAuthorizedScope() 583 uint32_t bindLevel = static_cast<uint32_t>(localAccess.bindLevel); in SetProcessInfo() local
|
| D | dm_auth_manager_base.cpp | 131 …rBase::UnAuthenticateDevice(const std::string &pkgName, const std::string &udid, int32_t bindLevel) in UnAuthenticateDevice() 138 int32_t bindLevel, const std::string &extra) in UnBindDevice()
|
| /foundation/distributedhardware/device_manager/services/implementation/include/ |
| D | device_manager_service_impl.h | 66 int32_t bindLevel = -1; member
|
| /foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
| D | access_control_profile.cpp | 176 void AccessControlProfile::SetBindLevel(uint32_t bindLevel) in SetBindLevel()
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| D | device_manager_service_impl_lite.cpp | 76 int32_t bindLevel) in UnAuthenticateDevice() 85 int32_t bindLevel) in UnBindDevice() 94 int32_t bindLevel, const std::string &extra) in UnBindDevice()
|
| D | device_manager_service_impl.cpp | 614 int32_t bindLevel) in UnAuthenticateDevice() 686 int32_t bindLevel) in UnBindDevice() 700 int32_t bindLevel, const std::string &extra) in UnBindDevice() 1736 bool DeviceManagerServiceImpl::IsAuthNewVersion(int32_t bindLevel, std::string localUdid, std::stri… in IsAuthNewVersion() 2872 const std::string &remoteUdid, int32_t bindLevel, const std::string &extra) in DeleteAcl() 2982 const std::string &remoteUdid, int32_t bindLevel, const std::string &extra, int32_t userId) in DeleteAclForProcV2() 3024 const std::string &remoteUdid, int32_t bindLevel, const std::string &extra) in DeleteAclV2() 3084 int32_t bindLevel = static_cast<int32_t>(DmRole::DM_ROLE_FA); in GetBindCallerInfo() local
|
| /foundation/distributedhardware/device_manager/commondependency/include/ |
| D | deviceprofile_connector.h | 76 int32_t bindLevel; member
|
| /foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
| D | dm_auth_manager.h | 133 int32_t bindLevel; member 183 int32_t bindLevel; member
|
| /foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
| D | dm_native_util.cpp | 354 int32_t bindLevel = 0; in JsToBindParam() local 486 int32_t bindLevel = bindParamObj[BIND_LEVEL].Get<std::int32_t>(); in InsertMapParames() local
|
| /foundation/distributedhardware/device_manager/commondependency/src/ |
| D | deviceprofile_connector.cpp | 71 uint32_t bindLevel = profile.GetBindLevel(); in PrintProfile() local 314 DM_EXPORT std::string DeviceProfileConnector::IsAuthNewVersion(int32_t bindLevel, std::string local… in IsAuthNewVersion() 1386 int32_t bindLevel, const std::string &extra) in DeleteAccessControlList() 1928 int32_t bindLevel = INVALIED_TYPE; in GetBindLevel() local 2456 int32_t bindLevel = 100; in GetOfflineProcessInfo() local 3206 uint32_t bindLevel = profile.GetBindLevel(); in CheckSrcP2PAccessControl() local 3327 uint32_t bindLevel = profile.GetBindLevel(); in CheckSinkP2PAccessControl() local
|