/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | static_profile_manager.h | 34 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | switch_profile_manager.h | 38 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,
|
/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, charProfile); in HWTEST_F() 206 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F() 210 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F() 214 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F() 218 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F() 222 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F() 226 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F() 231 ret = ProfileCache::GetInstance().GetCharacteristicProfile(devId, serName, charKey, charProfile); in HWTEST_F()
|
H A D | switch_profile_manager_test.cpp | 126 * @tc.desc: GetCharacteristicProfile 136 int32_t errCode = SwitchProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F()
|
H A D | static_profile_manager_test.cpp | 110 * @tc.desc: GetCharacteristicProfile 120 int32_t errCode = StaticProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F()
|
H A D | device_profile_manager_test.cpp | 881 * @tc.desc: GetCharacteristicProfile succeed, GetCharProfile in cache. 898 int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 911 * @tc.desc: GetCharacteristicProfile failed, the profile is invalid. 921 int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 928 ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 935 * @tc.desc: GetCharacteristicProfile failed, deviceProfileStore is nullptr. 946 int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 954 * @tc.desc: GetCharacteristicProfile failed, Get data fail. 966 int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 1436 * @tc.desc: GetDeviceProfile,GetServiceProfile, GetCharacteristicProfile succee [all...] |
H A D | profile_control_utils_test.cpp | 949 * @tc.desc: GetCharacteristicProfile 962 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, in HWTEST_F() 969 * @tc.desc: GetCharacteristicProfile 985 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, in HWTEST_F() 992 * @tc.desc: GetCharacteristicProfile 1008 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, in HWTEST_F() 1015 * @tc.desc: GetCharacteristicProfile 1031 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStore, deviceId, serviceName, in HWTEST_F() 1038 * @tc.desc: GetCharacteristicProfile 1056 int32_t ret = profileControlUtils->GetCharacteristicProfile(kvStor in HWTEST_F() [all...] |
H A D | dp_profile_service_test.cpp | 246 DistributedDeviceProfileServiceNew::GetInstance().GetCharacteristicProfile(devid, in HWTEST_F()
|
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
|
/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()
|
/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
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | switch_profile_manager.cpp | 96 int32_t SwitchProfileManager::GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
|
H A D | static_profile_manager.cpp | 96 int32_t StaticProfileManager::GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::StaticProfileManager 116 getResult = ProfileControlUtils::GetCharacteristicProfile(staticProfileStore_, deviceId, in GetCharacteristicProfile() 120 HILOGE("GetCharacteristicProfile fail, reason: %{public}d!", getResult); in GetCharacteristicProfile()
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_client.h | 61 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | distributed_device_profile_proxy.h | 57 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/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& deviceId,
|
H A D | profile_cache.h | 58 int32_t GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/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& serviceName,
|
/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 179 DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile(udid, SWITCH_ID, CHARACTER_ID, profile); in GetEnabledStatus() 203 int32_t ret = DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile( in GetRemoteDeviceVersion() 206 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "GetCharacteristicProfile failed, %{public}.5s.", udid.c_str()); in GetRemoteDeviceVersion()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dms_version_manager.cpp | 83 int32_t result = DistributedDeviceProfile::DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile( in GetAppInfoFromDP()
|
/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,
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 413 int32_t DistributedDeviceProfileServiceNew::GetCharacteristicProfile(const std::string& deviceId, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 421 HILOGD("CheckCallerPermission success interface SwitchProfileManager::GetCharacteristicProfile"); in GetCharacteristicProfile() 422 int32_t switchRet = SwitchProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in GetCharacteristicProfile() 428 HILOGD("CheckCallerPermission success interface StaticProfileManager::GetCharacteristicProfile"); in GetCharacteristicProfile() 429 int32_t staticRet = StaticProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in GetCharacteristicProfile() 434 HILOGD("CheckCallerPermission success interface DeviceProfileManager::GetCharacteristicProfile"); in GetCharacteristicProfile() 435 int32_t ret = DeviceProfileManager::GetInstance().GetCharacteristicProfile(deviceId, serviceName, in GetCharacteristicProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 288 int32_t ProfileControlUtils::GetCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& deviceId, in GetCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils 302 if (ProfileCache::GetInstance().GetCharacteristicProfile(deviceId, serviceName, characteristicKey, charProfile) in GetCharacteristicProfile() 328 HILOGD("GetCharacteristicProfile in db : %{public}s!", charProfile.dump().c_str()); in GetCharacteristicProfile() 377 if (ProfileCache::GetInstance().GetCharacteristicProfile(deviceId, serviceName, characteristicKey, charProfile) in GetSwitchCharacteristicProfile()
|
/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, characteristicProfile); in GetCharacteristicProfile()
|