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:PasteBoardDialog
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_dialog.cpp
31
explicit DialogConnection(
PasteBoardDialog
::Cancel cancel) : cancel_(std::move(cancel)) {}
in DialogConnection()
41
PasteBoardDialog
::Cancel cancel_;
58
PasteBoardDialog
&
PasteBoardDialog
::GetInstance()
in GetInstance()
60
static
PasteBoardDialog
instance;
in GetInstance()
64
int32_t
PasteBoardDialog
::ShowToast(const ToastMessageInfo &message)
in ShowToast()
94
void
PasteBoardDialog
::CancelToast()
in CancelToast()
107
sptr<IAbilityManager>
PasteBoardDialog
::GetAbilityManagerService()
in GetAbilityManagerService()
H
A
D
pasteboard_service.cpp
1161
PasteBoardDialog
::ToastMessageInfo message;
in ShowHintToast()
1163
PasteBoardDialog
::GetInstance().ShowToast(message);
in ShowHintToast()
2257
return
PasteBoardDialog
::DEFAULT_LABEL;
in GetAppLabel()
2263
return
PasteBoardDialog
::DEFAULT_LABEL;
in GetAppLabel()
2267
return label.empty() ?
PasteBoardDialog
::DEFAULT_LABEL : label;
in GetAppLabel()
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H
A
D
pasteboard_dialog_abnormal_branch_test.cpp
54
PasteBoardDialog
::ToastMessageInfo message;
in HWTEST_F()
56
int32_t ret =
PasteBoardDialog
::GetInstance().ShowToast(message);
in HWTEST_F()
67
PasteBoardDialog
::GetInstance().CancelToast();
in HWTEST_F()
H
A
D
pasteboard_dialog_normal_branch_test.cpp
47
PasteBoardDialog
::ToastMessageInfo message;
in HWTEST_F()
49
int32_t ret =
PasteBoardDialog
::GetInstance().ShowToast(message);
in HWTEST_F()
60
PasteBoardDialog
::GetInstance().CancelToast();
in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H
A
D
pasteboard_dialog.h
27
class
PasteBoardDialog
{
class
37
static
PasteBoardDialog
&GetInstance();
Completed in 6 milliseconds