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:PREF_API_EXPORT
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H
A
D
preferences_value.h
55
class
PREF_API_EXPORT
PreferencesValue {
57
PREF_API_EXPORT
PreferencesValue()
in PreferencesValue()
62
PREF_API_EXPORT
~PreferencesValue()
in ~PreferencesValue()
69
PREF_API_EXPORT
PreferencesValue(PreferencesValue &&preferencesValue) noexcept;
74
PREF_API_EXPORT
PreferencesValue(const PreferencesValue &preferencesValue);
83
PREF_API_EXPORT
PreferencesValue(int value);
92
PREF_API_EXPORT
PreferencesValue(int64_t value);
101
PREF_API_EXPORT
PreferencesValue(float value);
110
PREF_API_EXPORT
PreferencesValue(double value);
119
PREF_API_EXPORT
PreferencesValu
[all...]
H
A
D
preferences_helper.h
31
class
PREF_API_EXPORT
PreferencesHelper {
46
PREF_API_EXPORT
static std::shared_ptr<Preferences> GetPreferences(const Options &options, int &errCode);
58
PREF_API_EXPORT
static int DeletePreferences(const std::string &path);
69
PREF_API_EXPORT
static int RemovePreferencesFromCache(const std::string &path);
H
A
D
preferences_visibility.h
19
#ifndef
PREF_API_EXPORT
20
#define
PREF_API_EXPORT
__attribute__((visibility ("default")))
macro
H
A
D
preferences_observer.h
31
class
PREF_API_EXPORT
PreferencesObserver {
34
PREF_API_EXPORT
virtual ~PreferencesObserver();
H
A
D
preferences.h
62
class
PREF_API_EXPORT
Preferences {
64
PREF_API_EXPORT
virtual ~Preferences()
in ~Preferences()
71
PREF_API_EXPORT
static constexpr uint32_t MAX_KEY_LENGTH = 1024;
76
PREF_API_EXPORT
static constexpr uint32_t MAX_VALUE_LENGTH = 16 * 1024 * 1024;
Completed in 2 milliseconds