Home
last modified time | relevance | path

Searched refs:RefreshLocalSwitchProfile (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dswitch_profile_manager.cpp112 int32_t SwitchProfileManager::RefreshLocalSwitchProfile() in RefreshLocalSwitchProfile() function in OHOS::DistributedDeviceProfile::SwitchProfileManager
115 int32_t res = ProfileControlUtils::RefreshLocalSwitchProfile(APP_ID); in RefreshLocalSwitchProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dswitch_profile_manager.h40 int32_t RefreshLocalSwitchProfile();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dswitch_profile_manager_test.cpp149 int32_t errCode = SwitchProfileManager::GetInstance().RefreshLocalSwitchProfile();
H A Dprofile_control_utils_test.cpp1126 int32_t ret = profileControlUtils->RefreshLocalSwitchProfile(appId);
1141 int32_t ret = profileControlUtils->RefreshLocalSwitchProfile(appId);
1157 int32_t ret = profileControlUtils->RefreshLocalSwitchProfile(appId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_control_utils.h61 static int32_t RefreshLocalSwitchProfile(const std::string& appId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp319 int32_t ProfileControlUtils::RefreshLocalSwitchProfile(const std::string& appId) in RefreshLocalSwitchProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
H A Dprofile_cache.cpp45 SwitchProfileManager::GetInstance().RefreshLocalSwitchProfile(); in Init()