/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 | 108 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 D | profile_control_utils.h | 54 …static int32_t DeleteCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string&…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 56 …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 D | distributed_device_profile_proxy.h | 60 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | distributed_device_profile_client.h | 64 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 1067 …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 D | distributed_device_profile_stub_new_test.cpp | 55 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 D | dp_profile_service_test.cpp | 265 …DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(devid, serName, char…
|
H A D | distributed_device_profile_client_kv_test.cpp | 358 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteCharacteristicProfile(
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 60 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 62 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 299 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 D | distributed_device_profile_proxy.cpp | 263 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 D | distributed_device_profile_service_new.cpp | 450 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 D | distributed_device_profile_stub_new.cpp | 450 int32_t ret = DeleteCharacteristicProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 317 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 D | mock_distributed_device_profile_client.cpp | 366 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 D | profile_control_utils.cpp | 426 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 D | distributed_device_profile_stub.cpp | 604 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(device… in DeleteCharacteristicProfileInner()
|