Searched refs:RefreshLocalSwitchProfile (Results 1 – 7 of 7) sorted by relevance
112 int32_t SwitchProfileManager::RefreshLocalSwitchProfile() in RefreshLocalSwitchProfile() function in OHOS::DistributedDeviceProfile::SwitchProfileManager115 int32_t res = ProfileControlUtils::RefreshLocalSwitchProfile(APP_ID); in RefreshLocalSwitchProfile()
40 int32_t RefreshLocalSwitchProfile();
149 int32_t errCode = SwitchProfileManager::GetInstance().RefreshLocalSwitchProfile();
1126 int32_t ret = profileControlUtils->RefreshLocalSwitchProfile(appId);1141 int32_t ret = profileControlUtils->RefreshLocalSwitchProfile(appId);1157 int32_t ret = profileControlUtils->RefreshLocalSwitchProfile(appId);
61 static int32_t RefreshLocalSwitchProfile(const std::string& appId);
319 int32_t ProfileControlUtils::RefreshLocalSwitchProfile(const std::string& appId) in RefreshLocalSwitchProfile() function in OHOS::DistributedDeviceProfile::ProfileControlUtils
45 SwitchProfileManager::GetInstance().RefreshLocalSwitchProfile(); in Init()