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
defs:instance_
(Results
1 - 16
of
16
) sorted by relevance
/applications/standard/contacts_data/dataBusiness/contacts/include/
H
A
D
contacts_account.h
46
static std::shared_ptr<ContactsAccount>
instance_
;
member in OHOS::Contacts::ContactsAccount
/applications/standard/contacts_data/ability/account/include/
H
A
D
account_sync.h
41
static std::shared_ptr<AccountSync>
instance_
;
member in OHOS::Contacts::AccountSync
H
A
D
account_event_manager.h
31
static std::shared_ptr<AccountEventManager>
instance_
;
member in OHOS::Contacts::AccountEventManager
/applications/standard/contacts_data/ability/datadisasterrecovery/include/
H
A
D
database_disaster_recovery.h
37
static std::shared_ptr<DataBaseDisasterRecovery>
instance_
;
member in OHOS::Contacts::DataBaseDisasterRecovery
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/
H
A
D
plugin_render.h
44
static std::unordered_map<std::string, PluginRender *>
instance_
;
member in PluginRender
H
A
D
plugin_render.cpp
20
std::unordered_map<std::string, PluginRender *> PluginRender::
instance_
;
member in PluginRender
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/
H
A
D
plugin_render.h
52
static std::unordered_map<std::string, PluginRender*>
instance_
;
member in NativeXComponentSample::PluginRender
/applications/standard/contacts_data/ability/account/src/
H
A
D
account_event_manager.cpp
31
std::shared_ptr<AccountEventManager> AccountEventManager::
instance_
= nullptr;
member in OHOS::Contacts::AccountEventManager
H
A
D
account_sync.cpp
36
std::shared_ptr<AccountSync> AccountSync::
instance_
= nullptr;
member in OHOS::Contacts::AccountSync
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/
H
A
D
app_napi.h
66
static std::unordered_map<std::string, AppNapi*>
instance_
;
member in AppNapi
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/
H
A
D
app_napi.h
67
static std::unordered_map<std::string, AppNapi *>
instance_
;
member in AppNapi
/applications/standard/contacts_data/ability/datadisasterrecovery/src/
H
A
D
database_disaster_recovery.cpp
34
std::shared_ptr<DataBaseDisasterRecovery> DataBaseDisasterRecovery::
instance_
= nullptr;
member in OHOS::Contacts::DataBaseDisasterRecovery
/applications/sample/camera/gallery/src/
H
A
D
player_ability_slice.cpp
44
static std::shared_ptr<Player>
instance_
= nullptr;
in CreatePlayer()
local
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_account.cpp
24
std::shared_ptr<ContactsAccount> ContactsAccount::
instance_
= nullptr;
member in OHOS::Contacts::ContactsAccount
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/
H
A
D
app_napi.cpp
24
std::unordered_map<std::string, AppNapi *> AppNapi::
instance_
;
member in AppNapi
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
H
A
D
app_napi.cpp
28
std::unordered_map<std::string, AppNapi*> AppNapi::
instance_
;
member in AppNapi
Completed in 7 milliseconds