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:testService_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H
A
D
test_service_client.cpp
42
testService_
= iface_cast<ITestService>(object);
in ConnectService()
45
if (
testService_
== nullptr) {
in ConnectService()
54
if (
testService_
!= nullptr) {
in StartSyncTransaction()
57
testService_
->TestSyncTransaction(2019, result);
in StartSyncTransaction()
63
if (
testService_
!= nullptr) {
in StartSyncDelayReply()
66
testService_
->TestSyncTransaction(2019, result, 2);
in StartSyncDelayReply()
72
if (
testService_
!= nullptr) {
in StartAsyncTransaction()
75
testService_
->TestAsyncTransaction(2019, result);
in StartAsyncTransaction()
81
if (
testService_
!= nullptr) {
in StartPingService()
84
testService_
in StartPingService()
[all...]
H
A
D
test_capi_skeleton.cpp
64
:
testService_
(testService)
in NativeRemoteBase()
71
if (
testService_
== nullptr) {
in NativeRemoteProxyTest()
76
sptr<IRemoteObject> remote =
testService_
->TestQueryRemoteProxy(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str());
in NativeRemoteProxyTest()
558
if (
testService_
== nullptr) {
in RegisterRemoteStub()
559
ZLOGE(LABEL, "Member variable
testService_
Is a null pointer");
in RegisterRemoteStub()
562
int result =
testService_
->TestRegisterRemoteStub(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str(), stub_->remote);
in RegisterRemoteStub()
569
if (
testService_
== nullptr) {
in UnRegisterRemoteStub()
570
ZLOGE(LABEL, "Member variable
testService_
Is a null pointer");
in UnRegisterRemoteStub()
573
int result =
testService_
->TestUnRegisterRemoteStub(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_str());
in UnRegisterRemoteStub()
/foundation/ability/idl_tool/test/native/src/
H
A
D
test_client.cpp
36
testService_
= (new (std::nothrow) IdlTestServiceProxy(object));
in ConnectService()
39
if (
testService_
== nullptr) {
in ConnectService()
49
if (
testService_
!= nullptr) {
in StartIntTransaction()
52
testService_
->TestIntTransaction(1234); // 1234 : test number
in StartIntTransaction()
59
if (
testService_
!= nullptr) {
in StartStringTransaction()
61
testService_
->TestStringTransaction("IDL Test");
in StartStringTransaction()
/foundation/ability/idl_tool/test/native/include/
H
A
D
test_client.h
32
sptr<IdlTestServiceProxy>
testService_
;
member in OHOS::TestClient
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H
A
D
test_service_client.h
53
sptr<ITestService>
testService_
;
member in OHOS::TestServiceClient
H
A
D
test_capi_skeleton.h
56
sptr<ITestService>
testService_
;
member in OHOS::NativeRemoteBase
Completed in 3 milliseconds