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:GetSeqNumber
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/ipc/services/dbinder/c/src/
H
A
D
dbinder_service.c
378
static uint32_t
GetSeqNumber
(void)
in GetSeqNumber()
function
821
ret = InvokerRemoteDBinder(dBinderServiceStub,
GetSeqNumber
());
in MakeRemoteBinder()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H
A
D
dbinder_service.h
364
uint32_t
GetSeqNumber
();
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
ipc_process_skeleton.h
155
uint64_t
GetSeqNumber
();
/foundation/communication/ipc/ipc/native/src/mock/include/
H
A
D
dbinder_base_invoker_object.h
235
return current->
GetSeqNumber
();
in GetUniqueSeqNumber()
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H
A
D
ipcprocessskeleton_fuzzer.cpp
711
current->
GetSeqNumber
();
in GetSeqNumberTest()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
ipc_process_skeleton_unittest.cpp
567
* @tc.desc: Verify the
GetSeqNumber
function
576
uint64_t num = skeleton->
GetSeqNumber
();
in HWTEST_F()
582
* @tc.desc: Verify the
GetSeqNumber
function
591
uint64_t num = skeleton->
GetSeqNumber
();
in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H
A
D
dbinder_service.cpp
159
uint32_t DBinderService::
GetSeqNumber
()
in GetSeqNumber()
function in OHOS::DBinderService
347
ret = InvokerRemoteDBinder(dBinderServiceStub,
GetSeqNumber
(), pid, uid);
in MakeRemoteBinder()
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
ipc_process_skeleton.cpp
853
uint64_t IPCProcessSkeleton::
GetSeqNumber
()
in GetSeqNumber()
function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/foundation/communication/ipc/services/dbinder/test/unittest/
H
A
D
dbinder_service_unittest.cpp
413
* @tc.desc: Verify the
GetSeqNumber
function
421
uint32_t ret = dBinderService->
GetSeqNumber
();
in HWTEST_F()
Completed in 16 milliseconds