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:CLOSE_SESSION
(Results
1 - 8
of
8
) sorted by relevance
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H
A
D
cadaemon_ipc_interface_code.h
23
CLOSE_SESSION
,
member in OHOS::CaDaemon::CadaemonOperationInterfaceCode
H
A
D
cadaemon_stub.cpp
55
case static_cast<uint32_t>(CadaemonOperationInterfaceCode::
CLOSE_SESSION
):
in OnRemoteRequest()
/base/account/os_account/test/fuzztest/iamaccount_stub/closesessionstub_fuzzer/
H
A
D
closesessionstub_fuzzer.cpp
45
uint32_t code = static_cast<uint32_t>(AccountIAMInterfaceCode::
CLOSE_SESSION
);
in CloseSessionStubFuzzTest()
/base/account/os_account/frameworks/common/include/
H
A
D
accountmgr_service_ipc_interface_code.h
154
CLOSE_SESSION
,
member in OHOS::AccountSA::AccountIAMInterfaceCode
/base/tee/tee_client/interfaces/kits/c/src/
H
A
D
tee_client.h
41
CLOSE_SESSION
,
enumerator
H
A
D
tee_client.cpp
1184
int32_t ret = mTeecService->SendRequest(
CLOSE_SESSION
, data, reply, option);
in CloseSession()
/base/account/os_account/frameworks/account_iam/src/
H
A
D
account_iam_mgr_proxy.cpp
92
int32_t result = SendRequest(AccountIAMInterfaceCode::
CLOSE_SESSION
, data, reply);
in CloseSession()
/base/account/os_account/services/accountmgr/src/account_iam/
H
A
D
account_iam_mgr_stub.cpp
44
static_cast<uint32_t>(AccountIAMInterfaceCode::
CLOSE_SESSION
),
Completed in 7 milliseconds