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:remoteObject_
(Results
1 - 5
of
5
) sorted by relevance
/test/testfwk/arkxtest/testserver/test/unittest/
H
A
D
start_test_server.cpp
58
return
remoteObject_
;
in GetTestServerObject()
67
remoteObject_
= remoteObject;
83
sptr<IRemoteObject>
remoteObject_
= nullptr;
member in OHOS::testserver::TestServerLoadCallback
95
remoteObject_
= object;
in LoadTestServer()
104
remoteObject_
= testServerLoadCallback->GetTestServerObject();
in LoadTestServer()
107
if (
remoteObject_
== nullptr) {
in LoadTestServer()
110
sptr<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(
remoteObject_
);
in LoadTestServer()
H
A
D
start_test_server.h
35
sptr<IRemoteObject>
remoteObject_
= nullptr;
member in OHOS::testserver::StartTestServer
/test/xts/dcts/distributedhardware/distributedaudionewtest/
H
A
D
daudio_automat_test.cpp
46
sptr<IRemoteObject>
remoteObject_
= nullptr;
member in DAudioAutomatTest
69
remoteObject_
= samgr_->GetSystemAbility(DISTRIBUTED_HARDWARE_AUDIO_SINK_SA_ID);
in SetUp()
70
if (
remoteObject_
== nullptr) {
in SetUp()
96
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
120
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
144
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
168
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
195
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
222
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
249
sptr<DAudioSinkIpcCallbackProxy> dAudioSinkIpcCallbackProxy(new DAudioSinkIpcCallbackProxy(
remoteObject_
));
in HWTEST_F()
[all...]
/test/testfwk/arkxtest/testserver/src/client/
H
A
D
test_server_client.cpp
64
return
remoteObject_
;
in GetTestServerObject()
75
remoteObject_
= remoteObject;
93
sptr<IRemoteObject>
remoteObject_
= nullptr;
member in OHOS::testserver::TestServerLoadCallback
108
remoteObject_
= object;
in LoadTestServer()
120
remoteObject_
= testServerLoadCallback->GetTestServerObject();
in LoadTestServer()
123
if (
remoteObject_
== nullptr) {
in LoadTestServer()
128
sptr<ITestServerInterface> iTestServerInterface = iface_cast<TestServerInterfaceProxy>(
remoteObject_
);
in LoadTestServer()
H
A
D
test_server_client.h
39
sptr<IRemoteObject>
remoteObject_
= nullptr;
member in OHOS::testserver::TestServerClient
Completed in 2 milliseconds