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:HceSession
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H
A
D
hcesession_fuzzer.cpp
43
std::shared_ptr<
HceSession
> hceSession = std::make_shared<
HceSession
>(service);
in FuzzIsDefaultService()
53
std::shared_ptr<
HceSession
> hceSession = std::make_shared<
HceSession
>(service);
in FuzzStartHce()
63
std::shared_ptr<
HceSession
> hceSession = std::make_shared<
HceSession
>(service);
in FuzzStopHce()
72
std::shared_ptr<
HceSession
> hceSession = std::make_shared<
HceSession
>(service);
in FuzzRegHceCmdCallbackByToken()
82
std::shared_ptr<
HceSession
> hceSession = std::make_shared<
HceSession
>(servic
in FuzzUnRegHceCmdCallback()
[all...]
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H
A
D
hce_session_test.cpp
63
std::shared_ptr<HCE::
HceSession
> hceSession = std::make_shared<HCE::
HceSession
>(nfcService);
in HWTEST_F()
80
std::shared_ptr<HCE::
HceSession
> hceSession = std::make_shared<HCE::
HceSession
>(nfcService);
in HWTEST_F()
97
std::shared_ptr<HCE::
HceSession
> hceSession = std::make_shared<HCE::
HceSession
>(nfcService);
in HWTEST_F()
115
std::shared_ptr<HCE::
HceSession
> hceSession = std::make_shared<HCE::
HceSession
>(nfcService);
in HWTEST_F()
131
std::shared_ptr<HCE::
HceSession
> hceSession = std::make_shared<HCE::
HceSession
>(nfcServic
in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/ipc/card_emulation/
H
A
D
hce_session.cpp
27
HceSession
::
HceSession
(std::shared_ptr<INfcService> service) : nfcService_(service)
in HceSession()
function in OHOS::NFC::HCE::HceSession
30
ErrorLog("
HceSession
create fail, service is nullptr");
in HceSession()
36
HceSession
::~
HceSession
()
in ~HceSession()
40
KITS::ErrorCode
HceSession
::RegHceCmdCallbackByToken(const sptr<KITS::IHceCmdCallback> &callback,
in RegHceCmdCallbackByToken()
54
KITS::ErrorCode
HceSession
::UnRegHceCmdCallback(const std::string &type,
in UnRegHceCmdCallback()
67
KITS::ErrorCode
HceSession
::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken)
in UnRegAllCallback()
79
KITS::ErrorCode
HceSession
::HandleWhenRemoteDie(Security::AccessToken::AccessTokenID callerToken)
in HandleWhenRemoteDie()
91
int
HceSession
[all...]
H
A
D
hce_session.h
30
class
HceSession
final : public HceSessionStub {
33
explicit
HceSession
(std::shared_ptr<NFC::INfcService> service);
34
~
HceSession
() override;
36
HceSession
(const
HceSession
&) = delete;
37
HceSession
&operator=(const
HceSession
&) = delete;
/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/
H
A
D
hcesessionstub_fuzzer.cpp
79
std::shared_ptr<NFC::HCE::
HceSession
> hceSession = std::make_shared<NFC::HCE::
HceSession
>(nfcService);
in DoHceSessionStubFuzzTest()
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
113
hceSessionIface_ = new HCE::
HceSession
(shared_from_this());
in Initialize()
Completed in 3 milliseconds