/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_cache_test.cpp | 202 …int32_t ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charPr… 206 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); 210 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); 214 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); 218 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); 222 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); 226 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); 231 … ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile);
|
H A D | device_profile_manager_test.cpp | 898 … int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, 921 … int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, 928 ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, 946 … int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, 966 … int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, 1487 …int32_t ret3 = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName3, 1564 … int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName3,
|
H A D | switch_profile_manager_test.cpp | 136 …int32_t errCode = SwitchProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceNa…
|
H A D | profile_control_utils_test.cpp | 962 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, 985 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, 1008 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, 1031 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, 1056 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, 1081 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, 1109 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName,
|
H A D | static_profile_manager_test.cpp | 120 …int32_t errCode = StaticProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceNa…
|
H A D | distributed_device_profile_stub_new_test.cpp | 52 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, 173 int32_t MockDistributedDeviceProfileStubNew::GetCharacteristicProfile(const std::string& deviceId, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 246 DistributedDeviceProfileServiceNew::GetInstance().GetCharacteristicProfile(devid,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | static_profile_manager.cpp | 96 int32_t StaticProfileManager::GetCharacteristicProfile(const std::string& deviceId, const std::stri… in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::StaticProfileManager 116 getResult = ProfileControlUtils::GetCharacteristicProfile(staticProfileStore_, deviceId, in GetCharacteristicProfile()
|
H A D | switch_profile_manager.cpp | 96 int32_t SwitchProfileManager::GetCharacteristicProfile(const std::string& deviceId, const std::stri… in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | switch_profile_manager.h | 38 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | static_profile_manager.h | 34 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | device_profile_manager.h | 57 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | collaboration_info_collector.cpp | 56 if (DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, *it, in ConvertToProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 409 int32_t DistributedDeviceProfileServiceNew::GetCharacteristicProfile(const std::string& deviceId, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 418 …int32_t switchRet = SwitchProfileManager::GetInstance().GetCharacteristicProfile(deviceId, service… in GetCharacteristicProfile() 425 …int32_t staticRet = StaticProfileManager::GetInstance().GetCharacteristicProfile(deviceId, service… in GetCharacteristicProfile() 431 … int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in GetCharacteristicProfile()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 188 …int32_t ret = DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile(udid, SWITCH_… in GetEnabledStatus() 214 DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile( in GetRemoteDeviceVersion()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | mock_distributed_device_profile_client.cpp | 96 int32_t DistributedDeviceProfileClient::GetCharacteristicProfile(const std::string& deviceId, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 48 …static int32_t GetCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& de…
|
H A D | profile_cache.h | 58 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 53 …virtual int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceNa…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 57 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | distributed_device_profile_client.h | 61 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 276 int32_t ProfileControlUtils::GetCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const st… in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils 290 …if (ProfileCache::GetInstance().GetCharacteristicProfile(deviceId, serviceName, characteristicKey,… in GetCharacteristicProfile() 364 …if (ProfileCache::GetInstance().GetCharacteristicProfile(deviceId, serviceName, characteristicKey,… in GetSwitchCharacteristicProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 59 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 277 int32_t DistributedDeviceProfileClient::GetCharacteristicProfile(const std::string& deviceId, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 285 …return dpService->GetCharacteristicProfile(deviceId, serviceName, characteristicId, characteristic… in GetCharacteristicProfile()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dms_version_manager.cpp | 83 …= DistributedDeviceProfile::DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile( in GetAppInfoFromDP()
|