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:persisitentId
(Results
1 - 8
of
8
) sorted by relevance
/foundation/window/window_manager/wm/src/
H
A
D
pattern_detach_callback.cpp
23
void PatternDetachCallback::OnPatternDetach(int32_t
persisitentId
)
in OnPatternDetach()
argument
25
TLOGI(WmsLogTag::WMS_LIFE, "OnPatternDetach
persisitentId
:%{public}d",
persisitentId
);
in OnPatternDetach()
26
future_.SetValue(
persisitentId
);
in OnPatternDetach()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
pattern_detach_callback_proxy_test.cpp
61
int32_t
persisitentId
= 0;
in HWTEST_F()
local
63
std::function<void()> func = [this, &resultValue,
persisitentId
]() {
in HWTEST_F()
64
proxy_->OnPatternDetach(
persisitentId
);
in HWTEST_F()
/foundation/window/window_manager/wm/src/zidl/
H
A
D
pattern_detach_callback_stub.cpp
34
int32_t
persisitentId
= -1;
in OnRemoteRequest()
local
35
if (!data.ReadInt32(
persisitentId
)) {
in OnRemoteRequest()
36
TLOGE(WmsLogTag::WMS_LIFE, "Read
persisitentId
failed.");
in OnRemoteRequest()
39
OnPatternDetach(
persisitentId
);
in OnRemoteRequest()
H
A
D
pattern_detach_callback_proxy.cpp
27
void PatternDetachCallbackProxy::OnPatternDetach(int32_t
persisitentId
)
in OnPatternDetach()
argument
36
if (!data.WriteInt32(
persisitentId
)) {
in OnPatternDetach()
37
TLOGE(WmsLogTag::WMS_LIFE, "Write
persisitentId
failed");
in OnPatternDetach()
/foundation/window/window_manager/window_scene/test/mock/
H
A
D
mock_pattern_detach_callback.h
29
MOCK_METHOD1(OnPatternDetach, void(int32_t
persisitentId
));
/foundation/window/window_manager/wm/include/
H
A
D
pattern_detach_callback.h
26
void OnPatternDetach(int32_t
persisitentId
) override;
/foundation/window/window_manager/wm/include/zidl/
H
A
D
pattern_detach_callback_interface.h
32
virtual void OnPatternDetach(int32_t
persisitentId
) = 0;
H
A
D
pattern_detach_callback_proxy.h
30
void OnPatternDetach(int32_t
persisitentId
) override;
Completed in 2 milliseconds