Home
last modified time | relevance | path

Searched refs:GetAllCharacteristicProfile (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp141 int32_t StaticProfileManager::GetAllCharacteristicProfile( in GetAllCharacteristicProfile() function in OHOS::DistributedDeviceProfile::StaticProfileManager
148 …getAllResult = ProfileControlUtils::GetAllCharacteristicProfile(staticProfileStore_, staticCapabil… in GetAllCharacteristicProfile()
H A Ddevice_profile_manager.cpp367 int32_t DeviceProfileManager::GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& charP… in GetAllCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
373 res = ProfileControlUtils::GetAllCharacteristicProfile(deviceProfileStore_, charProfiles); in GetAllCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dstatic_profile_manager.h36 … int32_t GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& staticCapabilityProfiles);
H A Ddevice_profile_manager.h64 int32_t GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& charProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dstatic_profile_manager_test.cpp135 …int32_t errCode = StaticProfileManager::GetInstance().GetAllCharacteristicProfile(staticCapability…
H A Ddevice_profile_manager_test.cpp1233 int32_t ret = DeviceProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles);
1247 int32_t ret = DeviceProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles);
1263 int32_t ret = DeviceProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h59 static int32_t GetAllCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp514 int32_t ProfileControlUtils::GetAllCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in GetAllCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
H A Dprofile_cache.cpp385 StaticProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles); in RefreshProfileCache()