/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 534 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile); 552 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile); 577 DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile1); 578 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile2); 598 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile10); 620 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile11); 641 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile); 893 DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile5); 1062 DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile6); 1468 DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile5); [all …]
|
H A D | switch_profile_manager_test.cpp | 107 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfile(charProfile);
|
H A D | profile_control_utils_test.cpp | 282 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile); 300 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile); 320 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile); 340 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile); 360 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile); 382 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile); 405 int32_t ret = profileControlUtils->PutCharacteristicProfile(kvStore, charProfile);
|
H A D | static_profile_manager_test.cpp | 104 int32_t errCode = StaticProfileManager::GetInstance().PutCharacteristicProfile(charProfile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 47 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override; 147 int32_t MockDistributedDeviceProfileStubNew::PutCharacteristicProfile(const CharacteristicProfile& … in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 204 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfile(charProfi…
|
H A D | distributed_device_profile_client_kv_test.cpp | 213 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfile(charProfi…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | static_profile_manager.cpp | 84 int32_t StaticProfileManager::PutCharacteristicProfile(const CharacteristicProfile& charProfile) in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::StaticProfileManager 90 putResult = ProfileControlUtils::PutCharacteristicProfile(staticProfileStore_, charProfile); in PutCharacteristicProfile()
|
H A D | switch_profile_manager.cpp | 64 int32_t SwitchProfileManager::PutCharacteristicProfile(const CharacteristicProfile& charProfile) in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | switch_profile_manager.h | 36 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile);
|
H A D | static_profile_manager.h | 33 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile);
|
H A D | device_profile_manager.h | 52 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile);
|
/ohos5.0/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& chara… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilitycollector/ |
H A D | static_capability_collector.cpp | 108 StaticProfileManager::GetInstance().PutCharacteristicProfile(staticCapabilityProfile); in AddStaticCapabilityToDB()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 36 static int32_t PutCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 48 virtual int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 52 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override;
|
H A D | distributed_device_profile_client.h | 56 int32_t PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 318 int32_t DistributedDeviceProfileServiceNew::PutCharacteristicProfile(const CharacteristicProfile& c… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 328 … int32_t switchRet = SwitchProfileManager::GetInstance().PutCharacteristicProfile(charProfile); in PutCharacteristicProfile() 333 int32_t ret = DeviceProfileManager::GetInstance().PutCharacteristicProfile(charProfile); in PutCharacteristicProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 54 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 231 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& chara… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 238 return dpService->PutCharacteristicProfile(characteristicProfile); in PutCharacteristicProfile()
|
H A D | distributed_device_profile_proxy.cpp | 165 int32_t DistributedDeviceProfileProxy::PutCharacteristicProfile(const CharacteristicProfile& charPr… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 98 int32_t ProfileControlUtils::PutCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils 201 int32_t putCharacteristicResult = PutCharacteristicProfile(kvStore, charProfile); in PutCharacteristicProfileBatch()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 168 int32_t errNo = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfile(profile); in PutEnabledStatus()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 329 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& chara… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|