Searched refs:GetAllCharacteristicProfile (Results 1 – 9 of 9) sorted by relevance
141 int32_t StaticProfileManager::GetAllCharacteristicProfile( in GetAllCharacteristicProfile() function in OHOS::DistributedDeviceProfile::StaticProfileManager148 …getAllResult = ProfileControlUtils::GetAllCharacteristicProfile(staticProfileStore_, staticCapabil… in GetAllCharacteristicProfile()
367 int32_t DeviceProfileManager::GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& charP… in GetAllCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager373 res = ProfileControlUtils::GetAllCharacteristicProfile(deviceProfileStore_, charProfiles); in GetAllCharacteristicProfile()
36 … int32_t GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& staticCapabilityProfiles);
64 int32_t GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& charProfiles);
135 …int32_t errCode = StaticProfileManager::GetInstance().GetAllCharacteristicProfile(staticCapability…
1233 int32_t ret = DeviceProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles);1247 int32_t ret = DeviceProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles);1263 int32_t ret = DeviceProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles);
59 static int32_t GetAllCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore,
514 int32_t ProfileControlUtils::GetAllCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in GetAllCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
385 StaticProfileManager::GetInstance().GetAllCharacteristicProfile(charProfiles); in RefreshProfileCache()