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:DataShareDelegate
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/adapter/data_share/
H
A
D
datashare_delegate.cpp
36
std::mutex
DataShareDelegate
::mutex_;
37
sptr<IRemoteObject>
DataShareDelegate
::remoteObj_ = nullptr;
38
DataShareDelegate
*
DataShareDelegate
::instance_ = nullptr;
39
DataShareDelegate
&
DataShareDelegate
::GetInstance()
in GetInstance()
44
instance_ = new
DataShareDelegate
();
in GetInstance()
51
void
DataShareDelegate
::Initialize()
in Initialize()
66
std::shared_ptr<DataShare::DataShareHelper>
DataShareDelegate
::CreateDataShareHelper()
in CreateDataShareHelper()
76
bool
DataShareDelegate
[all...]
H
A
D
datashare_delegate.h
27
class
DataShareDelegate
{
class
29
static
DataShareDelegate
&GetInstance();
35
DataShareDelegate
() = default;
36
~
DataShareDelegate
() = default;
37
DISALLOW_COPY_AND_MOVE(
DataShareDelegate
);
45
static
DataShareDelegate
*instance_;
/foundation/distributeddatamgr/pasteboard/services/switch/
H
A
D
pasteboard_switch.cpp
38
DataShareDelegate
::GetInstance().RegisterObserver(DISTRIBUTED_PASTEDBOARD_SWITCH, switchObserver_);
in Init()
46
DataShareDelegate
::GetInstance().GetValue(DISTRIBUTED_PASTEDBOARD_SWITCH, value);
in SetSwitch()
57
DataShareDelegate
::GetInstance().UnregisterObserver(DISTRIBUTED_PASTEDBOARD_SWITCH, switchObserver_);
in DeInit()
63
DataShareDelegate
::GetInstance().GetValue(DISTRIBUTED_PASTEDBOARD_SWITCH, value);
in ReportUeSwitchEvent()
Completed in 1 milliseconds