/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_local_ledger_deps_mock.h | 50 virtual int32_t GetDeviceSecurityLevel(int32_t *level); 69 MOCK_METHOD1(GetDeviceSecurityLevel, int32_t (int32_t *));
|
H A D | lnn_local_ledger_deps_mock.cpp | 141 int32_t GetDeviceSecurityLevel(int32_t *level) in GetDeviceSecurityLevel() function 143 return GetLocalLedgerDepsInterface()->GetDeviceSecurityLevel(level); in GetDeviceSecurityLevel()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/adapter/security_level/ |
H A D | security_level.h | 25 uint32_t GetDeviceSecurityLevel();
|
H A D | security_level.cpp | 22 uint32_t SecurityLevel::GetDeviceSecurityLevel() in GetDeviceSecurityLevel() function in OHOS::MiscServices::SecurityLevel
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
H A D | sensitive.h | 37 uint32_t GetDeviceSecurityLevel();
|
H A D | sensitive.cpp | 37 uint32_t Sensitive::GetDeviceSecurityLevel() in GetDeviceSecurityLevel() function in OHOS::DistributedKv::Sensitive
|
H A D | security.cpp | 188 auto level = sensitive.GetDeviceSecurityLevel(); in GetSensitiveByUuid()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | bus_center_adapter.h | 60 int32_t GetDeviceSecurityLevel(int32_t *level);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_manager.cpp | 442 int32_t srcDeviceSecurityLevel = GetDeviceSecurityLevel(srcUdid); in CheckDeviceSecurityLevel() 443 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel() 454 int32_t DAudioSinkManager::GetDeviceSecurityLevel(const std::string &udid) in GetDeviceSecurityLevel() function in OHOS::DistributedHardware::DAudioSinkManager
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/ |
H A D | daudio_sink_manager.h | 73 int32_t GetDeviceSecurityLevel(const std::string &udid);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicemanagerservice_fuzzer/ |
H A D | device_manager_service_fuzzer.cpp | 49 DeviceManagerService::GetInstance().GetDeviceSecurityLevel(inputStr, inputStr, publishId); in DeviceManagerServiceFuzzTest()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_permission.h | 87 int32_t GetDeviceSecurityLevel(const std::string& udid) const;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 82 int32_t GetDeviceSecurityLevel(const char *networkId, int32_t &securityLevel);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 677 int32_t srcDeviceSecurityLevel = GetDeviceSecurityLevel(srcUdid); in CheckDeviceSecurityLevel() 678 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel() 687 int32_t DistributedSchedPermission::GetDeviceSecurityLevel(const std::string& udid) const in GetDeviceSecurityLevel() function in OHOS::DistributedSchedule::DistributedSchedPermission
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_controller.h | 80 int32_t GetDeviceSecurityLevel(const std::string &udid);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 675 int32_t srcDeviceSecurityLevel = GetDeviceSecurityLevel(srcUdid); in CheckDeviceSecurityLevel() 676 int32_t dstDeviceSecurityLevel = GetDeviceSecurityLevel(dstUdid); in CheckDeviceSecurityLevel() 687 int32_t DCameraSinkController::GetDeviceSecurityLevel(const std::string &udid) in GetDeviceSecurityLevel() function in OHOS::DistributedHardware::DCameraSinkController
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | bus_center_adapter.c | 265 int32_t GetDeviceSecurityLevel(int32_t *level) in GetDeviceSecurityLevel() function
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/ |
H A D | daudio_sink_manager_test.cpp | 251 EXPECT_EQ(ret, daudioSinkManager.GetDeviceSecurityLevel(udid));
|
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/ |
H A D | messenger_device_status_manager.cpp | 256 … int32_t ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, info.networkId, level); in GetDeviceSecurityLevelByNetworkId()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service.h | 192 …int32_t GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId, int32_t &…
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_two.cpp | 196 …int32_t ret = DeviceManagerService::GetInstance().GetDeviceSecurityLevel(pkgName, networkId, secur…
|
H A D | UTTest_device_manager_impl.cpp | 2526 …int32_t ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLeve… 2529 ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel); 2532 ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel); 2535 ret = DeviceManager::GetInstance().GetDeviceSecurityLevel(pkgName, netWorkId, securityLevel);
|
H A D | UTTest_device_manager_service.cpp | 1955 …int32_t ret = DeviceManagerService::GetInstance().GetDeviceSecurityLevel(pkgName, networkId, secur… 1964 …int32_t ret = DeviceManagerService::GetInstance().GetDeviceSecurityLevel(pkgName, invalidNetworkId… 1974 …int32_t ret = DeviceManagerService::GetInstance().GetDeviceSecurityLevel(pkgName, invalidNetworkId… 1983 …int32_t ret = DeviceManagerService::GetInstance().GetDeviceSecurityLevel(pkgName, invalidNetworkId…
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 602 virtual int32_t GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId,
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 326 DeviceManagerImpl::GetInstance().GetDeviceSecurityLevel(emptyStr, emptyStr, indexTwo); in AuthenticateDeviceFourthFuzzTest()
|