/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
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_client.h | 64 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
H A D | distributed_device_profile_proxy.h | 60 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
|
/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& deviceId,
|
/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& serviceName,
|
/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,
|
/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,
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 1050 * @tc.desc: DeleteCharacteristicProfile succeed. 1067 int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 1074 * @tc.desc: DeleteCharacteristicProfile failed, the profile is invalid. 1083 int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 1090 ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 1097 * @tc.desc: DeleteCharacteristicProfile failed, deviceProfileStore is nullptr. 1107 int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in HWTEST_F() 1115 * @tc.desc: DeleteCharacteristicProfile failed, DeleteServiceProfile fail. 1127 int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in HWTEST_F()
|
H A D | dp_profile_service_test.cpp | 265 DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(devid, serName, charKey); in HWTEST_F()
|
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& deviceId,
in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | distributed_device_profile_client_kv_test.cpp | 352 * @tc.desc: DeleteCharacteristicProfile success 358 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteCharacteristicProfile( in HWTEST_F()
|
/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
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 454 int32_t DistributedDeviceProfileServiceNew::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 461 HILOGD("CheckCallerPermission success interface DeleteCharacteristicProfile"); in DeleteCharacteristicProfile() 462 int32_t ret = DeviceProfileManager::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in DeleteCharacteristicProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 450 int32_t ret = DeleteCharacteristicProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfileInner()
|
/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::string& serviceName, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager 324 res = ProfileControlUtils::DeleteCharacteristicProfile(deviceProfileStore_, deviceId, serviceName, in DeleteCharacteristicProfile() 328 HILOGE("DeleteCharacteristicProfile fail, reason: %{public}d!", res); in DeleteCharacteristicProfile() 331 HILOGD("DeleteCharacteristicProfile success"); in DeleteCharacteristicProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 439 int32_t ProfileControlUtils::DeleteCharacteristicProfile(std::shared_ptr<IKVAdapter> kvStore, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils 458 HILOGE("DeleteCharacteristicProfile fail!"); in DeleteCharacteristicProfile() 464 HILOGE("DeleteCharacteristicProfile fail!"); in DeleteCharacteristicProfile()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 604 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in DeleteCharacteristicProfileInner()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 684 int32_t DistributedDeviceProfileClient::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|