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:g_Instance
(Results
1 - 4
of
4
) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H
A
D
mock_accessible_ability_client_impl.cpp
24
sptr<AccessibleAbilityClientImpl>
g_Instance
= nullptr;
member
36
if (
g_Instance
== nullptr) {
in GetInstance()
37
g_Instance
= new(std::nothrow) AccessibleAbilityClientImpl();
in GetInstance()
39
return
g_Instance
;
in GetInstance()
51
if (
g_Instance
== nullptr) {
in GetAbilityClientImplement()
52
g_Instance
= new(std::nothrow) AccessibleAbilityClientImpl();
in GetAbilityClientImplement()
54
return
g_Instance
;
in GetAbilityClientImplement()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H
A
D
accessibility_system_ability_client_impl.cpp
33
static std::shared_ptr<AccessibilitySystemAbilityClientImpl>
g_Instance
= nullptr;
member
38
if (!
g_Instance
) {
in GetInstance()
39
g_Instance
= std::make_shared<AccessibilitySystemAbilityClientImpl>();
in GetInstance()
44
return
g_Instance
;
in GetInstance()
761
if (
g_Instance
) {
in OnLoadSystemAbilitySuccess()
762
g_Instance
->LoadSystemAbilitySuccess(remoteObject);
in OnLoadSystemAbilitySuccess()
769
if (
g_Instance
) {
in OnLoadSystemAbilityFail()
770
g_Instance
->LoadSystemAbilityFail();
in OnLoadSystemAbilityFail()
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H
A
D
accessibility_ui_test_ability_impl.cpp
28
static std::shared_ptr<AccessibilityUITestAbilityImpl>
g_Instance
= nullptr;
member
33
if (!
g_Instance
) {
in GetInstance()
34
g_Instance
= std::make_shared<AccessibilityUITestAbilityImpl>();
in GetInstance()
36
return
g_Instance
;
in GetInstance()
H
A
D
accessible_ability_client_impl.cpp
43
sptr<AccessibleAbilityClientImpl>
g_Instance
= nullptr;
member
51
if (
g_Instance
== nullptr) {
in GetInstance()
52
g_Instance
= new(std::nothrow) AccessibleAbilityClientImpl();
in GetInstance()
54
return
g_Instance
;
in GetInstance()
61
if (
g_Instance
== nullptr) {
in GetAbilityClientImplement()
62
g_Instance
= new(std::nothrow) AccessibleAbilityClientImpl();
in GetAbilityClientImplement()
64
return
g_Instance
;
in GetAbilityClientImplement()
Completed in 5 milliseconds