Home
last modified time | relevance | path

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

/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
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h64 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
H A Ddistributed_device_profile_proxy.h60 int32_t DeleteCharacteristicProfile(const std::string& deviceId, const std::string& serviceName,
/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& deviceId,
/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& serviceName,
/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,
/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,
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp1050 * @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 Ddp_profile_service_test.cpp265 DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(devid, serName, charKey); in HWTEST_F()
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& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddistributed_device_profile_client_kv_test.cpp352 * @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 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
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp454 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 Ddistributed_device_profile_stub_new.cpp450 int32_t ret = DeleteCharacteristicProfile(deviceId, serviceName, characteristicKey); in DeleteCharacteristicProfileInner()
/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::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 Dprofile_control_utils.cpp439 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 Ddistributed_device_profile_stub.cpp604 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteCharacteristicProfile(deviceId, serviceName, in DeleteCharacteristicProfileInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp684 int32_t DistributedDeviceProfileClient::DeleteCharacteristicProfile(const std::string& deviceId, in DeleteCharacteristicProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient

Completed in 17 milliseconds