Home
last modified time | relevance | path

Searched refs:DeleteServiceProfile (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp990 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 Dprofile_cache_test.cpp250 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 Ddistributed_device_profile_stub_new_test.cpp54 …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 Ddp_profile_service_test.cpp255 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteServiceProfile(devid, serNam…
H A Ddistributed_device_profile_client_kv_test.cpp345 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteServiceProfile(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp102 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 Dprofile_control_utils.h52 …static int32_t DeleteServiceProfile(std::shared_ptr<IKVAdapter> kvStore, const std::string& device…
H A Dprofile_cache.h63 int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h55 …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 Ddistributed_device_profile_proxy.h59 …int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName) override;
H A Ddistributed_device_profile_client.h63 int32_t DeleteServiceProfile(const std::string& deviceId, const std::string& serviceName);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h59 int32_t DeleteServiceProfile(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.h61 …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 Ddistributed_device_profile_client.cpp288 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 Ddistributed_device_profile_proxy.cpp249 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 Dprofile_control_utils.cpp401 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 Dprofile_cache.cpp280 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 Ddistributed_device_profile_service_new.cpp437 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 Ddistributed_device_profile_stub_new.cpp434 int32_t ret = DeleteServiceProfile(deviceId, serviceName); in DeleteServiceProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp301 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 Dmock_distributed_device_profile_client.cpp360 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 Ddistributed_device_profile_stub.cpp588 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteServiceProfile(deviceId, ser… in DeleteServiceProfileInner()