Home
last modified time | relevance | path

Searched refs:Load (Results 1 - 25 of 40) sorted by relevance

12

/base/security/security_guard/services/config_manager/src/
H A Dconfig_operator.cpp26 bool success = config_.Load(INIT_MODE); in Init()
39 bool success = config_.Load(UPDATE_MODE); in Update()
H A Devent_config.cpp34 bool EventConfig::Load(int mode) in Load() function in OHOS::Security::SecurityGuard::EventConfig
H A Dmodel_config.cpp28 bool ModelConfig::Load(int mode) in Load() function in OHOS::Security::SecurityGuard::ModelConfig
/base/security/security_guard/test/unittest/config_manager/include/
H A Dbase_config.h27 virtual bool Load(int mode) = 0;
H A Devent_config.h29 bool Load(int mode) override;
H A Dmodel_config.h29 bool Load(int mode) override;
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dbase_config.h27 virtual bool Load(int mode) = 0;
H A Devent_config.h29 bool Load(int mode) override;
H A Dmodel_config.h29 bool Load(int mode) override;
/base/security/security_guard/services/config_manager/include/
H A Dbase_config.h27 virtual bool Load(int mode) = 0;
H A Dmodel_config.h29 bool Load(int mode) override;
H A Devent_config.h29 bool Load(int mode) override;
/base/web/webview/test/fuzztest/load_fuzzer/
H A Dload_fuzzer.cpp33 g_nweb->Load(url); in LoadFuzzTest()
/base/web/webview/test/fuzztest/loadurl_fuzzer/
H A Dloadurl_fuzzer.cpp34 g_nweb->Load(url, additionalHttpHeaders); in LoadUrlFuzzTest()
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_hitrace_meter_adapter.h43 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 Dmodule_loader.h31 int Load(const std::string& moduleName);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dhiappevent_impl.h47 static int Load(const std::string& moduleName);
/base/security/security_guard/test/fuzztest/config_manager/configmanager_fuzzer/
H A Dconfig_manager_fuzzer.cpp90 config.Load(mode); in EventConfigFuzzTest()
109 config.Load(mode); in ModelConfigFuzzTest()
/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp89 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 Dapp_event_observer_mgr.h51 int Load(const std::string& moduleName);
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event_processor_mgr.cpp33 if (int ret = AppEventObserverMgr::GetInstance().Load(realConfig.name); ret != 0) { in AddProcessor()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp242 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 Dmodule_loader.cpp65 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 Dnweb_create_window.h52 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 Dnweb_create_window.h65 int Load(const std::string& url) override
153 int Load(

Completed in 7 milliseconds

12