/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 990 int32_t ret = DeviceProfileManager::GetInstance().DeleteServiceProfile(deviceId, serviceName); 1004 int32_t ret = DeviceProfileManager::GetInstance().DeleteServiceProfile(deviceId, serviceName); 1009 ret = DeviceProfileManager::GetInstance().DeleteServiceProfile(deviceId, serviceName); 1024 int32_t ret = DeviceProfileManager::GetInstance().DeleteServiceProfile(deviceId, serviceName); 1042 int32_t ret = DeviceProfileManager::GetInstance().DeleteServiceProfile(deviceId, serviceName); 1471 …ProfileCache::GetInstance().DeleteServiceProfile("GetInKvDB001_DeviceId", "GetInKvDB001_ServiceNam… 1550 …ProfileCache::GetInstance().DeleteServiceProfile("GetInKvDB001_DeviceId2", "GetInKvDB001_ServiceNa…
|
H A D | profile_cache_test.cpp | 250 int32_t ret = ProfileCache::GetInstance().DeleteServiceProfile(devId, serName); 254 ret = ProfileCache::GetInstance().DeleteServiceProfile(devId, serName); 258 ret = ProfileCache::GetInstance().DeleteServiceProfile(devId, serName); 262 ret = ProfileCache::GetInstance().DeleteServiceProfile(devId, serName);
|
H A D | distributed_device_profile_stub_new_test.cpp | 54 …int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) override; 182 int32_t MockDistributedDeviceProfileStubNew::DeleteServiceProfile(const std::string& deviceId, in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 255 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteServiceProfile(devid, serNam…
|
H A D | distributed_device_profile_client_kv_test.cpp | 345 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteServiceProfile(
|
/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 | 102 int32_t DistributedDeviceProfileClient::DeleteServiceProfile(const std::string& deviceId, in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/ |
H A D | profile_control_utils.h | 52 …static int32_t DeleteServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& device…
|
H A D | profile_cache.h | 63 int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 55 …virtual int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) …
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 59 …int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) override;
|
H A D | distributed_device_profile_client.h | 63 int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 59 int32_t DeleteServiceProfile(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 | 61 …int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 288 int32_t DistributedDeviceProfileClient::DeleteServiceProfile(const std::string& deviceId, in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 296 return dpService->DeleteServiceProfile(deviceId, serviceName); in DeleteServiceProfile()
|
H A D | distributed_device_profile_proxy.cpp | 249 int32_t DistributedDeviceProfileProxy::DeleteServiceProfile(const std::string& deviceId, in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 401 int32_t ProfileControlUtils::DeleteServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::s… in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils 422 ProfileCache::GetInstance().DeleteServiceProfile(deviceId, serviceName); in DeleteServiceProfile()
|
H A D | profile_cache.cpp | 280 int32_t ProfileCache::DeleteServiceProfile(const std::string& deviceId, const std::string& serviceN… in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::ProfileCache
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 437 int32_t DistributedDeviceProfileServiceNew::DeleteServiceProfile(const std::string& deviceId, in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 445 int32_t ret = DeviceProfileManager::GetInstance().DeleteServiceProfile(deviceId, serviceName); in DeleteServiceProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 434 int32_t ret = DeleteServiceProfile(deviceId, serviceName); in DeleteServiceProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 301 int32_t DeviceProfileManager::DeleteServiceProfile(const std::string& deviceId, const std::string& … in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::DeviceProfileManager 307 res = ProfileControlUtils::DeleteServiceProfile(deviceProfileStore_, deviceId, serviceName); in DeleteServiceProfile()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 360 int32_t DistributedDeviceProfileClient::DeleteServiceProfile(const std::string& deviceId, in DeleteServiceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 588 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteServiceProfile(deviceId, ser… in DeleteServiceProfileInner()
|