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:Load
(Results
1 - 25
of
40
) sorted by relevance
1
2
/base/security/security_guard/services/config_manager/src/
H
A
D
config_operator.cpp
26
bool success = config_.
Load
(INIT_MODE);
in Init()
39
bool success = config_.
Load
(UPDATE_MODE);
in Update()
H
A
D
event_config.cpp
34
bool EventConfig::
Load
(int mode)
in Load()
function in OHOS::Security::SecurityGuard::EventConfig
H
A
D
model_config.cpp
28
bool ModelConfig::
Load
(int mode)
in Load()
function in OHOS::Security::SecurityGuard::ModelConfig
/base/security/security_guard/test/unittest/config_manager/include/
H
A
D
base_config.h
27
virtual bool
Load
(int mode) = 0;
H
A
D
event_config.h
29
bool
Load
(int mode) override;
H
A
D
model_config.h
29
bool
Load
(int mode) override;
/base/security/security_guard/test/unittest/risk_classify/include/
H
A
D
base_config.h
27
virtual bool
Load
(int mode) = 0;
H
A
D
event_config.h
29
bool
Load
(int mode) override;
H
A
D
model_config.h
29
bool
Load
(int mode) override;
/base/security/security_guard/services/config_manager/include/
H
A
D
base_config.h
27
virtual bool
Load
(int mode) = 0;
H
A
D
model_config.h
29
bool
Load
(int mode) override;
H
A
D
event_config.h
29
bool
Load
(int mode) override;
/base/web/webview/test/fuzztest/load_fuzzer/
H
A
D
load_fuzzer.cpp
33
g_nweb->
Load
(url);
in LoadFuzzTest()
/base/web/webview/test/fuzztest/loadurl_fuzzer/
H
A
D
loadurl_fuzzer.cpp
34
g_nweb->
Load
(url, additionalHttpHeaders);
in LoadUrlFuzzTest()
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
event_hitrace_meter_adapter.h
43
Load
();
in TraceAdapter()
60
LOCAL_API void
Load
()
in Load()
function in OHOS::AppExecFwk::TraceAdapter
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/include/
H
A
D
module_loader.h
31
int
Load
(const std::string& moduleName);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H
A
D
hiappevent_impl.h
47
static int
Load
(const std::string& moduleName);
/base/security/security_guard/test/fuzztest/config_manager/configmanager_fuzzer/
H
A
D
config_manager_fuzzer.cpp
90
config.
Load
(mode);
in EventConfigFuzzTest()
109
config.
Load
(mode);
in ModelConfigFuzzTest()
/base/security/security_guard/test/unittest/config_manager/src/
H
A
D
security_guard_config_manager_test.cpp
89
MOCK_METHOD1(
Load
, bool(int));
98
MOCK_METHOD1(
Load
, bool(int));
107
EXPECT_CALL(config,
Load
).WillOnce(Return(false)).WillRepeatedly(Return(true));
in HWTEST_F()
124
EXPECT_CALL(config,
Load
).WillOnce(Return(false)).WillRepeatedly(Return(true));
in HWTEST_F()
251
bool success = config.
Load
(INIT_MODE);
in HWTEST_F()
253
EXPECT_TRUE(config.
Load
(UPDATE_MODE));
in HWTEST_F()
260
bool success = config.
Load
(INIT_MODE);
in HWTEST_F()
262
EXPECT_TRUE(config.
Load
(UPDATE_MODE));
in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H
A
D
app_event_observer_mgr.h
51
int
Load
(const std::string& moduleName);
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H
A
D
app_event_processor_mgr.cpp
33
if (int ret = AppEventObserverMgr::GetInstance().
Load
(realConfig.name); ret != 0) {
in AddProcessor()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H
A
D
hiappevent_impl.cpp
242
int HiAppEventImpl::
Load
(const std::string& moduleName)
in Load()
function in OHOS::CJSystemapi::HiAppEvent::HiAppEventImpl
244
return AppEventObserverMgr::GetInstance().
Load
(moduleName);
in Load()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H
A
D
module_loader.cpp
65
int ModuleLoader::
Load
(const std::string& moduleName)
in Load()
function in OHOS::HiviewDFX::HiAppEvent::ModuleLoader
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H
A
D
nweb_create_window.h
52
int
Load
(const std::string& url) override
124
int
Load
(const std::string& url, const std::map<std::string, std::string>& additionalHttpHeaders) override
/base/web/webview/test/unittest/common/
H
A
D
nweb_create_window.h
65
int
Load
(const std::string& url) override
153
int
Load
(
Completed in 7 milliseconds
1
2