Home
last modified time | relevance | path

Searched refs:characteristicProfile (Results 1 - 12 of 12) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_stub.cpp273 CharacteristicProfile characteristicProfile; in OnCharacteristicProfileAddInner() local
274 if (!characteristicProfile.UnMarshalling(data)) { in OnCharacteristicProfileAddInner()
278 OnCharacteristicProfileAdd(characteristicProfile); in OnCharacteristicProfileAddInner()
289 CharacteristicProfile characteristicProfile; in OnCharacteristicProfileDeleteInner() local
290 if (!characteristicProfile.UnMarshalling(data)) { in OnCharacteristicProfileDeleteInner()
294 OnCharacteristicProfileDelete(characteristicProfile); in OnCharacteristicProfileDeleteInner()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp71 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile) in PutCharacteristicProfile() argument
97 const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) in GetCharacteristicProfile()
96 GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) GetCharacteristicProfile() argument
/foundation/deviceprofile/device_info_manager/radar/test/unittest/
H A Ddp_radar_helper_test.cpp147 CharacteristicProfile characteristicProfile; in HWTEST_F() local
149 DpRadarHelper::GetInstance().ReportPutCharProfile(errCode, characteristicProfile); in HWTEST_F()
151 DpRadarHelper::GetInstance().ReportPutCharProfile(errCode, characteristicProfile); in HWTEST_F()
199 CharacteristicProfile characteristicProfile; in HWTEST_F() local
201 DpRadarHelper::GetInstance().ReportGetCharProfile(errCode, deviceId, characteristicProfile); in HWTEST_F()
203 DpRadarHelper::GetInstance().ReportGetCharProfile(errCode, deviceId, characteristicProfile); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h56 int32_t PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile);
62 const std::string& characteristicId, CharacteristicProfile& characteristicProfile);
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp326 CharacteristicProfile characteristicProfile; in HWTEST_F() local
329 deviceId, serviceName, characteristicKey, characteristicProfile); in HWTEST_F()
332 characteristicProfile.GetDeviceId(); in HWTEST_F()
333 characteristicProfile.GetServiceName(); in HWTEST_F()
334 characteristicProfile.GetCharacteristicKey(); in HWTEST_F()
H A Dprofile_cache_test.cpp408 CharacteristicProfile characteristicProfile; in HWTEST_F() local
412 characteristicProfile.SetDeviceId(devId); in HWTEST_F()
413 characteristicProfile.SetServiceName(serName); in HWTEST_F()
414 characteristicProfile.SetCharacteristicKey(charKey); in HWTEST_F()
415 characteristicProfiles.push_back(characteristicProfile); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h112 void ReportPutCharProfile(int32_t errCode, const CharacteristicProfile& characteristicProfile);
119 const std::string& deviceId, CharacteristicProfile& characteristicProfile);
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp231 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile) in PutCharacteristicProfile() argument
238 return dpService->PutCharacteristicProfile(characteristicProfile); in PutCharacteristicProfile()
278 const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) in GetCharacteristicProfile()
285 return dpService->GetCharacteristicProfile(deviceId, serviceName, characteristicId, characteristicProfile); in GetCharacteristicProfile()
277 GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) GetCharacteristicProfile() argument
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp129 CharacteristicProfile characteristicProfile(deviceId, serviceId, SWITCH_STATUS, charValue); in GenerateSwitchProfiles()
130 charProfileList.push_back(characteristicProfile); in GenerateSwitchProfiles()
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp584 void DpRadarHelper::ReportPutCharProfile(int32_t errCode, const CharacteristicProfile& characteristicProfile) in ReportPutCharProfile() argument
601 "PEER_UDID", GetPeerUdid(characteristicProfile.GetDeviceId()), in ReportPutCharProfile()
603 "EXTRA_INFO", characteristicProfile.dump()); in ReportPutCharProfile()
616 "PEER_UDID", GetPeerUdid(characteristicProfile.GetDeviceId()), in ReportPutCharProfile()
619 "EXTRA_INFO", characteristicProfile.dump()); in ReportPutCharProfile()
767 const std::string& deviceId, CharacteristicProfile& characteristicProfile) in ReportGetCharProfile()
786 "EXTRA_INFO", characteristicProfile.dump()); in ReportGetCharProfile()
802 "EXTRA_INFO", characteristicProfile.dump()); in ReportGetCharProfile()
766 ReportGetCharProfile(int32_t errCode, const std::string& deviceId, CharacteristicProfile& characteristicProfile) ReportGetCharProfile() argument
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp296 CharacteristicProfile characteristicProfile(deviceId, serviceId, STATIC_CHARACTERISTIC_KEY, charValue); in GenerateStaticProfiles()
298 characteristicProfile; in GenerateStaticProfiles()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp647 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile) in PutCharacteristicProfile() argument
673 const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) in GetCharacteristicProfile()
672 GetCharacteristicProfile(const std::string& deviceId, const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& characteristicProfile) GetCharacteristicProfile() argument

Completed in 16 milliseconds