Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/preference/src/
Dpreference_utils.cpp25 std::shared_ptr<NativePreferences::Preferences> PreferencesUtil::GetPreference() in GetPreference() function in OHOS::UpdateEngine::PreferencesUtil
77 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in Save()
147 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in Obtain()
187 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in IsExist()
196 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in Remove()
208 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in RemoveAll()
220 std::shared_ptr<NativePreferences::Preferences> ptr = GetPreference(); in RefreshSync()
/base/update/updateservice/services/core/ability/preference/include/
Dpreferences_utils.h58 std::shared_ptr<NativePreferences::Preferences> GetPreference();
/base/web/webview/test/unittest/common/
Dnweb_create_window.h107 const std::shared_ptr<NWebPreference> GetPreference() const override in GetPreference() function
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp170 std::shared_ptr<OHOS::NWeb::NWebPreference> setting = nweb_ptr->GetPreference(); in GetUserAgent()
183 std::shared_ptr<OHOS::NWeb::NWebPreference> setting = nweb_ptr->GetPreference(); in GetCustomUserAgent()
196 std::shared_ptr<OHOS::NWeb::NWebPreference> setting = nweb_ptr->GetPreference(); in SetCustomUserAgent()
/base/web/webview/ohos_nweb/include/
Dnweb.h286 virtual const std::shared_ptr<NWebPreference> GetPreference() const = 0;