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:pluginMgr_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
plugin_mgr_test.cpp
45
* @tc.setup: initialize the member variable
pluginMgr_
in SetUp()
47
pluginMgr_
= make_shared<MockPluginMgr>();
in SetUp()
53
* @tc.teardown: clear
pluginMgr_
in TearDown()
55
pluginMgr_
= nullptr;
in TearDown()
61
PluginConfig config =
pluginMgr_
->GetConfig(PluginName, configName);
in GetSubItemValue()
110
pluginMgr_
->Init();
in HWTEST_F()
111
EXPECT_TRUE(
pluginMgr_
->initStatus ==
pluginMgr_
->INIT_SUCCESS);
in HWTEST_F()
112
EXPECT_EQ(
pluginMgr_
->pluginLibMap_.size(), 0);
in HWTEST_F()
125
pluginMgr_
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/intention/cooperate/test/src/
H
A
D
test_context.cpp
112
pluginMgr_
= std::make_unique<PluginManager>(context);
in MockPluginManager()
117
return
pluginMgr_
->LoadCooperate();
in LoadCooperate()
122
pluginMgr_
->UnloadCooperate();
in UnloadCooperate()
136
pluginMgr_
= std::make_unique<MockPluginManager>(this);
in TestContext()
167
return *
pluginMgr_
;
in GetPluginManager()
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
plugin_fw.cpp
44
return
pluginMgr_
.Register(canonicalPaths);
in Register()
77
:
pluginMgr_
(DelayedRefSingleton<PluginMgr>::GetInstance()),
in PluginFw()
H
A
D
plugin_fw.h
48
PluginMgr &
pluginMgr_
;
member in OHOS::MultimediaPlugin::final
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H
A
D
plugin_mgr_test.h
39
std::shared_ptr<MockPluginMgr>
pluginMgr_
= nullptr;
member in OHOS::ResourceSchedule::PluginMgrTest
/foundation/multimodalinput/input/intention/cooperate/test/include/
H
A
D
test_context.h
68
std::unique_ptr<IPluginManager>
pluginMgr_
;
member in OHOS::Msdp::DeviceStatus::MockPluginManager
93
std::unique_ptr<IPluginManager>
pluginMgr_
{ nullptr };
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H
A
D
device_manager_test.h
102
std::unique_ptr<IPluginManager>
pluginMgr_
;
member in OHOS::Msdp::DeviceStatus::final
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
device_manager_test.cpp
91
return *
pluginMgr_
;
in GetPluginManager()
Completed in 4 milliseconds