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:DataShareStubImpl
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H
A
D
datashare_stub_impl.cpp
29
std::shared_ptr<JsDataShareExtAbility>
DataShareStubImpl
::GetOwner()
in GetOwner()
37
bool
DataShareStubImpl
::CheckCallingPermission(const std::string &permission)
in CheckCallingPermission()
47
std::vector<std::string>
DataShareStubImpl
::GetFileTypes(const Uri &uri, const std::string &mimeTypeFilter)
in GetFileTypes()
52
auto client = sptr<
DataShareStubImpl
>(this);
in GetFileTypes()
74
int
DataShareStubImpl
::OpenFile(const Uri &uri, const std::string &mode)
in OpenFile()
78
auto client = sptr<
DataShareStubImpl
>(this);
in OpenFile()
101
int
DataShareStubImpl
::OpenRawFile(const Uri &uri, const std::string &mode)
in OpenRawFile()
105
auto client = sptr<
DataShareStubImpl
>(this);
in OpenRawFile()
121
int
DataShareStubImpl
::Insert(const Uri &uri, const DataShareValuesBucket &value)
in Insert()
126
auto client = sptr<
DataShareStubImpl
>(thi
in Insert()
[all...]
H
A
D
js_datashare_ext_ability.cpp
139
sptr<
DataShareStubImpl
> remoteObject = new (std::nothrow)
DataShareStubImpl
(
in OnConnect()
143
LOG_ERROR("No memory allocated for
DataShareStubImpl
");
in OnConnect()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H
A
D
datashare_stub_impl.h
28
class
DataShareStubImpl
: public DataShareStub {
class
30
explicit
DataShareStubImpl
(const std::shared_ptr<JsDataShareExtAbility>& extension, napi_env env)
in DataShareStubImpl()
function in OHOS::DataShare::DataShareStubImpl
36
virtual ~
DataShareStubImpl
() {}
in ~DataShareStubImpl()
Completed in 3 milliseconds