Home
last modified time | relevance | path

Searched refs:DeleteCharacteristicProfile (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp108 int32_t DistributedDeviceProfileClient::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h54 …static int32_t DeleteCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string&…
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h56 …virtual int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& servic…
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h60 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
H A Ddistributed_device_profile_client.h64 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp1067 …int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceNam…
1083 …int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceNam…
1090 ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName,
1107 …int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceNam…
1127 …int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceNam…
H A Ddistributed_device_profile_stub_new_test.cpp55 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
189 int32_t MockDistributedDeviceProfileStubNew::DeleteCharacteristicProfile(const std::string& deviceI… in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp265 …DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(devid, serName, char…
H A Ddistributed_device_profile_client_kv_test.cpp358 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteCharacteristicProfile(
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h60 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h62 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp299 int32_t DistributedDeviceProfileClient::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
307 return dpService->DeleteCharacteristicProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfile()
H A Ddistributed_device_profile_proxy.cpp263 int32_t DistributedDeviceProfileProxy::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp450 int32_t DistributedDeviceProfileServiceNew::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
458 …int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceNam… in DeleteCharacteristicProfile()
H A Ddistributed_device_profile_stub_new.cpp450 int32_t ret = DeleteCharacteristicProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp317 int32_t DeviceProfileManager::DeleteCharacteristicProfile(const std::string& deviceId, const std::s… in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager
324 … res = ProfileControlUtils::DeleteCharacteristicProfile(deviceProfileStore_, deviceId, serviceName, in DeleteCharacteristicProfile()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp366 int32_t DistributedDeviceProfileClient::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp426 int32_t ProfileControlUtils::DeleteCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp604 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(device… in DeleteCharacteristicProfileInner()