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:SetSingleton
(Results
1 - 12
of
12
) sorted by relevance
/foundation/window/window_manager/utils/include/
H
A
D
singleton_container.h
34
void
SetSingleton
(const std::string& name, void* instance);
63
SingletonContainer::GetInstance().
SetSingleton
(nameT, &instance);
in Set()
H
A
D
singleton_delegator.h
33
SingletonContainer::GetInstance().
SetSingleton
(nameT, &T::GetInstance());
in SingletonDelegator()
/foundation/window/window_manager/utils/test/unittest/
H
A
D
utils_all_test.cpp
137
singletonContainer.
SetSingleton
("test", testObj);
in HWTEST_F()
146
singletonContainer.
SetSingleton
("test", nullptr);
in HWTEST_F()
/foundation/window/window_manager/utils/src/
H
A
D
singleton_container.cpp
69
void SingletonContainer::
SetSingleton
(const std::string& name, void* instance)
in SetSingleton()
function in OHOS::Rosen::SingletonContainer
/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/
H
A
D
cache_process_manager_test.cpp
134
appRecord->
SetSingleton
(true);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_running_record.h
625
void
SetSingleton
(bool isSingleton);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_install_checker.cpp
716
newInfo.
SetSingleton
(false);
in GetPrivilegeCapability()
735
newInfo.
SetSingleton
(preBundleConfigInfo.singleton);
in GetPrivilegeCapability()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_running_record.cpp
1510
void AppRunningRecord::
SetSingleton
(bool isSingleton)
in SetSingleton()
function in OHOS::AppExecFwk::AppRunningRecord
H
A
D
app_running_manager.cpp
96
appRecord->
SetSingleton
(bundleInfo.singleton);
in CreateAppRunningRecord()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
inner_bundle_info.h
1645
void
SetSingleton
(bool singleton)
in SetSingleton()
function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H
A
D
app_mgr_service_inner_second_test.cpp
1695
appRecord->
SetSingleton
(true);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
4650
innerBundleInfo.
SetSingleton
(false);
in HWTEST_F()
4674
innerBundleInfo.
SetSingleton
(false);
in HWTEST_F()
Completed in 33 milliseconds