Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:preferences_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/config/
H
A
D
white_list_config_mgr.cpp
38
preferences_
= GetPreference(DEFAULT_WHITE_LIST_PRE_PATH);
in LoadDefault()
39
if (
preferences_
== nullptr) {
in LoadDefault()
45
defaultWhiteUrl_ =
preferences_
->GetString(DEFAULT_URL_KEY, "");
in LoadDefault()
53
preferences_
= GetPreference(DYNAMIC_WHITE_LIST_PRE_PATH);
in LoadDynamic()
54
if (
preferences_
== nullptr) {
in LoadDynamic()
60
auto whiteListStr =
preferences_
->GetString(WHITE_LIST_KEY, "");
in LoadDynamic()
109
if (
preferences_
== nullptr) {
in Save()
117
auto ret =
preferences_
->PutString(WHITE_LIST_KEY, strSteam.str());
in Save()
123
preferences_
->Flush();
in Save()
/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H
A
D
storage_impl.cpp
21
auto it =
preferences_
.find(fileName);
in GetPreference()
22
if (it !=
preferences_
.end()) {
in GetPreference()
26
preferences_
.insert(std::make_pair(fileName, pref));
in GetPreference()
55
preferences_
.erase(fileName_);
in Clear()
H
A
D
storage_impl.h
61
std::unordered_map<std::string, std::shared_ptr<NativePreferences::Preferences>>
preferences_
;
member in OHOS::Ace::StorageImpl
/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H
A
D
oh_preferences_impl.h
56
preferences_
= nullptr;
in ~OH_PreferencesImpl()
60
return
preferences_
;
in GetNativePreferences()
72
std::shared_ptr<OHOS::NativePreferences::Preferences>
preferences_
;
member in OH_PreferencesImpl
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/config/
H
A
D
white_list_config_mgr.h
40
std::shared_ptr<NativePreferences::Preferences>
preferences_
;
member in OHOS::AppDomainVerify::WhiteListConfigMgr
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H
A
D
oh_preferences.cpp
33
(std::shared_ptr<OHOS::NativePreferences::Preferences> preferences) :
preferences_
(preferences)
in OH_PreferencesImpl()
405
int errCode =
preferences_
->RegisterDataObserver(ndkObserver, keys);
in RegisterDataObserver()
471
int errCode =
preferences_
->UnRegisterDataObserver(dataObservers_[i].first, keys);
in UnregisterDataObserver()
Completed in 3 milliseconds