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:DefaultReply
(Results
1 - 9
of
9
) sorted by relevance
/base/msdp/device_status/rust/data/sys/src/ipc/
H
A
D
default.rs
57
pub struct
DefaultReply
{
structure names
62
impl Serialize for
DefaultReply
{
64
call_debug_enter!("
DefaultReply
::serialize");
in serialize()
70
impl Deserialize for
DefaultReply
{
72
call_debug_enter!("
DefaultReply
::deserialize");
in deserialize()
74
Ok(
DefaultReply
{
/base/msdp/device_status/intention/drag/client/src/
H
A
D
drag_client.cpp
61
DefaultReply
reply {};
in StartDrag()
74
DefaultReply
reply;
in StopDrag()
93
DefaultReply
reply {};
in AddDraglistener()
119
DefaultReply
reply {};
in RemoveDraglistener()
140
DefaultReply
reply {};
in AddSubscriptListener()
165
DefaultReply
reply {};
in RemoveSubscriptListener()
180
DefaultReply
reply {};
in SetDragWindowVisible()
196
DefaultReply
reply {};
in UpdateDragStyle()
217
DefaultReply
reply {};
in UpdateShadowPic()
285
DefaultReply
repl
in UpdatePreviewStyle()
[all...]
/base/msdp/device_status/intention/data/src/
H
A
D
default_params.cpp
35
bool
DefaultReply
::Marshalling(MessageParcel &parcel) const
in Marshalling()
40
bool
DefaultReply
::Unmarshalling(MessageParcel &parcel)
in Unmarshalling()
/base/msdp/device_status/rust/modules/drag/client/src/
H
A
D
lib.rs
22
use fusion_data_rust::{ Intention,
DefaultReply
, DragData };
49
match
DefaultReply
::deserialize(&borrowed_reply_parcel) {
in start_drag()
54
error!(LOG_LABEL, "Failed to deserialize
DefaultReply
");
in start_drag()
/base/msdp/device_status/rust/data/sys/src/
H
A
D
lib.rs
24
pub use ipc::default::{ CallingContext,
DefaultReply
};
/base/msdp/device_status/intention/stationary/client/src/
H
A
D
stationary_client.cpp
33
DefaultReply
reply {};
in SubscribeCallback()
46
DefaultReply
reply {};
in UnsubscribeCallback()
/base/msdp/device_status/intention/cooperate/client/src/
H
A
D
cooperate_client.cpp
60
DefaultReply
reply;
in RegisterListener()
93
DefaultReply
reply;
in UnregisterListener()
106
DefaultReply
reply;
in Enable()
124
DefaultReply
reply;
in Disable()
149
DefaultReply
reply;
in Start()
173
DefaultReply
reply;
in Stop()
197
DefaultReply
reply;
in GetCooperateState()
236
DefaultReply
reply;
in RegisterEventListener()
279
DefaultReply
reply;
in UnregisterEventListener()
293
DefaultReply
repl
in SetDamplingCoefficient()
[all...]
/base/msdp/device_status/intention/data/include/
H
A
D
default_params.h
33
struct
DefaultReply
final : public ParamBase {
/base/msdp/device_status/rust/modules/coordination/client/src/
H
A
D
lib.rs
27
Intention,
DefaultReply
, GeneralCoordinationParam, StartCoordinationParam,
144
match
DefaultReply
::deserialize(&borrowed_reply_parcel) {
in get_coordination_state()
149
error!(LOG_LABEL, "Failed to deserialize
DefaultReply
");
in get_coordination_state()
Completed in 4 milliseconds