Home
last modified time | relevance | path

Searched refs:characteristicProfiles (Results 1 - 10 of 10) sorted by relevance

/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp242 const std::vector<CharacteristicProfile>& characteristicProfiles) in PutCharacteristicProfileBatch()
249 if (characteristicProfiles.empty() || characteristicProfiles.size() > MAX_PROFILE_SIZE) { in PutCharacteristicProfileBatch()
250 HILOGE("ServiceProfiles size is invalid!size: %{public}zu!", characteristicProfiles.size()); in PutCharacteristicProfileBatch()
253 return dpService->PutCharacteristicProfileBatch(characteristicProfiles); in PutCharacteristicProfileBatch()
241 PutCharacteristicProfileBatch( const std::vector<CharacteristicProfile>& characteristicProfiles) PutCharacteristicProfileBatch() argument
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h114 const std::vector<CharacteristicProfile>& characteristicProfiles);
129 std::string GetPeerUdidList(const std::vector<CharacteristicProfile>& characteristicProfiles);
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp628 const std::vector<CharacteristicProfile>& characteristicProfiles) in ReportPutCharProfileBatch()
634 size_t size = characteristicProfiles.size() > 0 ? (characteristicProfiles.size() - 1) : 0; in ReportPutCharProfileBatch()
635 for (size_t i = 0; i < characteristicProfiles.size(); i++) { in ReportPutCharProfileBatch()
636 extraInfo += characteristicProfiles[i].dump(); in ReportPutCharProfileBatch()
653 "PEER_UDID_LIST", GetPeerUdidList(characteristicProfiles), in ReportPutCharProfileBatch()
668 "PEER_UDID_LIST", GetPeerUdidList(characteristicProfiles), in ReportPutCharProfileBatch()
1195 std::string DpRadarHelper::GetPeerUdidList(const std::vector<CharacteristicProfile>& characteristicProfiles) in GetPeerUdidList() argument
1197 if (characteristicProfiles.size() == 0) { in GetPeerUdidList()
1214 for (size_t i = 0; i < characteristicProfiles in GetPeerUdidList()
627 ReportPutCharProfileBatch(int32_t errCode, const std::vector<CharacteristicProfile>& characteristicProfiles) ReportPutCharProfileBatch() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp77 const std::vector<CharacteristicProfile>& characteristicProfiles) in PutCharacteristicProfileBatch()
76 PutCharacteristicProfileBatch( const std::vector<CharacteristicProfile>& characteristicProfiles) PutCharacteristicProfileBatch() argument
/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp159 std::vector<CharacteristicProfile> characteristicProfiles; in HWTEST_F() local
161 DpRadarHelper::GetInstance().ReportPutCharProfileBatch(errCode, characteristicProfiles); in HWTEST_F()
163 DpRadarHelper::GetInstance().ReportPutCharProfileBatch(errCode, characteristicProfiles); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h57 int32_t PutCharacteristicProfileBatch(const std::vector<CharacteristicProfile>& characteristicProfiles);
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp396 int32_t ProfileCache::RefreshCharProfileCache(const std::vector<CharacteristicProfile>& characteristicProfiles) in RefreshCharProfileCache() argument
398 if (characteristicProfiles.empty() || characteristicProfiles.size() > MAX_DB_RECORD_SIZE) { in RefreshCharProfileCache()
405 for (const auto& charProfile : characteristicProfiles) { in RefreshCharProfileCache()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp404 std::vector<CharacteristicProfile> characteristicProfiles; in HWTEST_F() local
405 int32_t ret = ProfileCache::GetInstance().RefreshCharProfileCache(characteristicProfiles); in HWTEST_F()
415 characteristicProfiles.push_back(characteristicProfile); in HWTEST_F()
416 ret = ProfileCache::GetInstance().RefreshCharProfileCache(characteristicProfiles); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h94 int32_t RefreshCharProfileCache(const std::vector<CharacteristicProfile>& characteristicProfiles);
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp653 const std::vector<CharacteristicProfile>& characteristicProfiles) in PutCharacteristicProfileBatch()
652 PutCharacteristicProfileBatch( const std::vector<CharacteristicProfile>& characteristicProfiles) PutCharacteristicProfileBatch() argument

Completed in 8 milliseconds