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:NfcDataShareImpl
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/nfc/test/fuzztest/services_test/nfcdatashareimpl_test/nfcdatashareimpl/nfcdatashareimpl_fuzzer/
H
A
D
nfcdatashareimpl_fuzzer.cpp
40
std::shared_ptr<
NfcDataShareImpl
> nfcDataShareImpl = std::make_shared<
NfcDataShareImpl
>();
in FuzzCreateDataShareHelper()
49
std::shared_ptr<
NfcDataShareImpl
> nfcDataShareImpl = std::make_shared<
NfcDataShareImpl
>();
in FuzzGetValue()
58
std::shared_ptr<
NfcDataShareImpl
> nfcDataShareImpl = std::make_shared<
NfcDataShareImpl
>();
in FuzzSetValue()
/foundation/communication/nfc/services/src/external_deps/
H
A
D
nfc_data_share_impl.h
27
class
NfcDataShareImpl
: public DelayedSingleton<
NfcDataShareImpl
> {
class
30
NfcDataShareImpl
();
31
~
NfcDataShareImpl
();
H
A
D
nfc_data_share_impl.cpp
22
NfcDataShareImpl
::
NfcDataShareImpl
()
in NfcDataShareImpl()
function in OHOS::NFC::NfcDataShareImpl
27
NfcDataShareImpl
::~
NfcDataShareImpl
()
in ~NfcDataShareImpl()
32
std::shared_ptr<DataShare::DataShareHelper>
NfcDataShareImpl
::CreateDataShareHelper()
in CreateDataShareHelper()
47
KITS::ErrorCode
NfcDataShareImpl
::GetValue(Uri &uri, const std::string &column, int32_t &value)
in GetValue()
80
KITS::ErrorCode
NfcDataShareImpl
::SetValue(Uri &uri, const std::string &column, int &value)
in SetValue()
H
A
D
nfc_preferences.cpp
118
KITS::ErrorCode err = DelayedSingleton<
NfcDataShareImpl
>::GetInstance()->
in UpdateNfcState()
H
A
D
external_deps_proxy.cpp
63
return
NfcDataShareImpl
::GetInstance()->GetValue(uri, column, value);
in NfcDataGetValue()
68
return
NfcDataShareImpl
::GetInstance()->SetValue(uri, column, value);
in NfcDataSetValue()
Completed in 4 milliseconds