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_remoteObject
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_ability_runtime_test/AMS/
H
A
D
mock_ability_manager_client.cpp
33
sptr<IRemoteObject>
g_remoteObject
= nullptr;
member
62
sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(
g_remoteObject
);
in AttachAbilityThread()
68
if (
g_remoteObject
== nullptr) {
in AbilityTransitionDone()
71
sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(
g_remoteObject
);
in AbilityTransitionDone()
78
if (
g_remoteObject
== nullptr) {
in ScheduleConnectAbilityDone()
81
sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(
g_remoteObject
);
in ScheduleConnectAbilityDone()
87
if (
g_remoteObject
== nullptr) {
in ScheduleDisconnectAbilityDone()
90
sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(
g_remoteObject
);
in ScheduleDisconnectAbilityDone()
96
if (
g_remoteObject
== nullptr) {
in ScheduleCommandAbilityDone()
100
sptr<IAbilityManager> abms = iface_cast<IAbilityManager>(
g_remoteObject
);
in ScheduleCommandAbilityDone()
[all...]
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
authorization_dialog.cpp
36
sptr<IRemoteObject>
g_remoteObject
= nullptr;
member
55
dialogConnectionCallback_->OnAbilityConnectDone(element,
g_remoteObject
, INVALID_USERID);
in ConnectSystemUi()
79
if (
g_remoteObject
== nullptr) {
in OnAbilityConnectDone()
80
g_remoteObject
= remoteObject;
in OnAbilityConnectDone()
114
g_remoteObject
= nullptr;
in OnAbilityDisconnectDone()
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H
A
D
net_access_policy_dialog_impl.cpp
36
sptr<IRemoteObject>
g_remoteObject
= nullptr;
member
55
dialogConnectionCallback_->OnAbilityConnectDone(element,
g_remoteObject
, INVALID_USERID);
in ConnectSystemUi()
86
if (
g_remoteObject
== nullptr) {
in OnAbilityConnectDone()
87
g_remoteObject
= remoteObject;
in OnAbilityConnectDone()
115
g_remoteObject
= nullptr;
in OnAbilityDisconnectDone()
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H
A
D
dm_dialog_manager.cpp
59
sptr<IRemoteObject>
g_remoteObject
= nullptr;
member
142
dialogConnectionCallback_->OnAbilityConnectDone(element,
g_remoteObject
, INVALID_USERID);
in ConnectExtension()
179
if (
g_remoteObject
== nullptr) {
in OnAbilityConnectDone()
180
g_remoteObject
= remoteObject;
in OnAbilityConnectDone()
Completed in 4 milliseconds