Searched refs:GetAllDeviceProfile (Results 1 – 5 of 5) sorted by relevance
56 …static int32_t GetAllDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, std::vector<DeviceProfile>…
62 int32_t GetAllDeviceProfile(std::vector<DeviceProfile>& deviceProfiles);
1143 int32_t ret = DeviceProfileManager::GetInstance().GetAllDeviceProfile(deviceProfiles);1157 int32_t ret = DeviceProfileManager::GetInstance().GetAllDeviceProfile(deviceProfiles);1173 int32_t ret = DeviceProfileManager::GetInstance().GetAllDeviceProfile(deviceProfiles);
335 int32_t DeviceProfileManager::GetAllDeviceProfile(std::vector<DeviceProfile>& deviceProfiles) in GetAllDeviceProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager341 res = ProfileControlUtils::GetAllDeviceProfile(deviceProfileStore_, deviceProfiles); in GetAllDeviceProfile()
458 int32_t ProfileControlUtils::GetAllDeviceProfile(std::shared_ptr<IKVAdapter> kvStore, in GetAllDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils