Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp62 int32_t ret = ProfileCache::GetInstance().AddDeviceProfile(deviceProfile);
67 ret = ProfileCache::GetInstance().AddDeviceProfile(deviceProfile);
73 ret = ProfileCache::GetInstance().AddDeviceProfile(deviceProfile);
322 ProfileCache::GetInstance().AddDeviceProfile(deviceProfile1);
H A Dprofile_control_utils_test.cpp149 ProfileCache::GetInstance().AddDeviceProfile(deviceProfile1);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h44 int32_t AddDeviceProfile(const DeviceProfile& deviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp53 ProfileCache::GetInstance().AddDeviceProfile(deviceProfile); in PutDeviceProfile()
H A Dprofile_cache.cpp99 int32_t ProfileCache::AddDeviceProfile(const DeviceProfile& deviceProfile) in AddDeviceProfile() function in OHOS::DistributedDeviceProfile::ProfileCache