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:UdmfServiceProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H
A
D
udmf_service_proxy.cpp
15
#define LOG_TAG "
UdmfServiceProxy
"
50
UdmfServiceProxy
::
UdmfServiceProxy
(const sptr<IRemoteObject> &object) : IRemoteProxy<IUdmfService>(object)
in UdmfServiceProxy()
function in OHOS::UDMF::UdmfServiceProxy
54
int32_t
UdmfServiceProxy
::SetData(CustomOption &option, UnifiedData &unifiedData, std::string &key)
in SetData()
70
int32_t
UdmfServiceProxy
::GetData(const QueryOption &query, UnifiedData &unifiedData)
in GetData()
85
int32_t
UdmfServiceProxy
::GetBatchData(const QueryOption &query, std::vector<UnifiedData> &unifiedDataSet)
in GetBatchData()
101
int32_t
UdmfServiceProxy
::UpdateData(const QueryOption &query, UnifiedData &unifiedData)
in UpdateData()
113
int32_t
UdmfServiceProxy
::DeleteData(const QueryOption &query, std::vector<UnifiedData> &unifiedDataSet)
in DeleteData()
130
int32_t
UdmfServiceProxy
::GetSummary(const QueryOption &query, Summary &summary)
in GetSummary()
146
int32_t
UdmfServiceProxy
[all...]
H
A
D
udmf_service_proxy.h
34
class
UdmfServiceProxy
: public IRemoteProxy<IUdmfService> {
class
36
explicit
UdmfServiceProxy
(const sptr<IRemoteObject> &object);
53
static inline BrokerDelegator<
UdmfServiceProxy
> delegator_;
H
A
D
udmf_service_client.h
31
explicit UdmfServiceClient(const sptr<
UdmfServiceProxy
> &proxy);
63
sptr<
UdmfServiceProxy
> udmfProxy_;
H
A
D
udmf_service_client.cpp
31
UdmfServiceClient::UdmfServiceClient(const sptr<
UdmfServiceProxy
> &proxy) : udmfProxy_(proxy)
in UdmfServiceClient()
50
sptr<
UdmfServiceProxy
> proxy = iface_cast<
UdmfServiceProxy
>(service);
in GetInstance()
Completed in 2 milliseconds