Home
last modified time | relevance | path

Searched refs:GetAllDeviceProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h56 …static int32_t GetAllDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, std::vector<DeviceProfile>…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h62 int32_t GetAllDeviceProfile(std::vector<DeviceProfile>& deviceProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp1143 int32_t ret = DeviceProfileManager::GetInstance().GetAllDeviceProfile(deviceProfiles);
1157 int32_t ret = DeviceProfileManager::GetInstance().GetAllDeviceProfile(deviceProfiles);
1173 int32_t ret = DeviceProfileManager::GetInstance().GetAllDeviceProfile(deviceProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp335 int32_t DeviceProfileManager::GetAllDeviceProfile(std::vector<DeviceProfile>& deviceProfiles) in GetAllDeviceProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
341 res = ProfileControlUtils::GetAllDeviceProfile(deviceProfileStore_, deviceProfiles); in GetAllDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp458 int32_t ProfileControlUtils::GetAllDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, in GetAllDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils