Home
last modified time | relevance | path

Searched refs:PutCharacteristicProfile (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp534 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 Dswitch_profile_manager_test.cpp107 int32_t errCode = SwitchProfileManager::GetInstance().PutCharacteristicProfile(charProfile);
H A Dprofile_control_utils_test.cpp282 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 Dstatic_profile_manager_test.cpp104 int32_t errCode = StaticProfileManager::GetInstance().PutCharacteristicProfile(charProfile);
H A Ddistributed_device_profile_stub_new_test.cpp47 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override;
147 int32_t MockDistributedDeviceProfileStubNew::PutCharacteristicProfile(const CharacteristicProfile& … in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp204 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutCharacteristicProfile(charProfi…
H A Ddistributed_device_profile_client_kv_test.cpp213 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfile(charProfi…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp84 int32_t StaticProfileManager::PutCharacteristicProfile(const CharacteristicProfile& charProfile) in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::StaticProfileManager
90 putResult = ProfileControlUtils::PutCharacteristicProfile(staticProfileStore_, charProfile); in PutCharacteristicProfile()
H A Dswitch_profile_manager.cpp64 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 Dswitch_profile_manager.h36 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile);
H A Dstatic_profile_manager.h33 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile);
H A Ddevice_profile_manager.h52 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile);
/ohos5.0/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& chara… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilitycollector/
H A Dstatic_capability_collector.cpp108 StaticProfileManager::GetInstance().PutCharacteristicProfile(staticCapabilityProfile); in AddStaticCapabilityToDB()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h36 static int32_t PutCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore,
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h48 virtual int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h52 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override;
H A Ddistributed_device_profile_client.h56 int32_t PutCharacteristicProfile(const CharacteristicProfile& characteristicProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp318 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 Ddistributed_device_profile_service_new.h54 int32_t PutCharacteristicProfile(const CharacteristicProfile& charProfile) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp231 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& chara… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
238 return dpService->PutCharacteristicProfile(characteristicProfile); in PutCharacteristicProfile()
H A Ddistributed_device_profile_proxy.cpp165 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 Dprofile_control_utils.cpp98 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 Ddev_profile.cpp168 int32_t errNo = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfile(profile); in PutEnabledStatus()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp329 int32_t DistributedDeviceProfileClient::PutCharacteristicProfile(const CharacteristicProfile& chara… in PutCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient

12