/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_stub.cpp | 273 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 D | mock_distributed_device_profile_client.cpp | 71 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 D | dp_radar_helper_test.cpp | 147 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 D | distributed_device_profile_client.h | 56 int32_t PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile); 62 const std::string& characteristicId, CharacteristicProfile& characteristicProfile);
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_client_kv_test.cpp | 326 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 D | profile_cache_test.cpp | 408 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 D | dp_radar_helper.h | 112 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 D | distributed_device_profile_client.cpp | 231 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 D | switch_status_collector.cpp | 129 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 D | dp_radar_helper.cpp | 584 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 D | static_capability_loader.cpp | 296 CharacteristicProfile characteristicProfile(deviceId, serviceId, STATIC_CHARACTERISTIC_KEY, charValue); in GenerateStaticProfiles() 298 characteristicProfile; in GenerateStaticProfiles()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 647 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
|