Home
last modified time | relevance | path

Searched refs:AddServiceProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp80 int32_t ret = ProfileCache::GetInstance().AddServiceProfile(serviceProfile);
85 ret = ProfileCache::GetInstance().AddServiceProfile(serviceProfile);
90 ret = ProfileCache::GetInstance().AddServiceProfile(serviceProfile);
95 ret = ProfileCache::GetInstance().AddServiceProfile(serviceProfile);
103 ret = ProfileCache::GetInstance().AddServiceProfile(serviceProfile);
354 ProfileCache::GetInstance().AddServiceProfile(serviceProfile1);
H A Dprofile_control_utils_test.cpp247 ProfileCache::GetInstance().AddServiceProfile(serviceProfile1);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h46 int32_t AddServiceProfile(const ServiceProfile& serviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp79 ProfileCache::GetInstance().AddServiceProfile(serviceProfile); in PutServiceProfile()
H A Dprofile_cache.cpp117 int32_t ProfileCache::AddServiceProfile(const ServiceProfile& serviceProfile) in AddServiceProfile() function in OHOS::DistributedDeviceProfile::ProfileCache