Home
last modified time | relevance | path

Searched refs:BooleanReply (Results 1 - 5 of 5) sorted by relevance

/base/msdp/device_status/intention/data/src/
H A Ddefault_params.cpp45 BooleanReply::BooleanReply(bool state) : state(state) in BooleanReply() function in OHOS::Msdp::DeviceStatus::BooleanReply
48 __attribute__((no_sanitize("cfi"))) bool BooleanReply::Marshalling(MessageParcel &parcel) const in Marshalling()
53 bool BooleanReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/base/msdp/device_status/intention/data/include/
H A Ddefault_params.h38 struct BooleanReply final : public ParamBase {
39 BooleanReply() = default;
40 explicit BooleanReply(bool state);
/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h240 using EnterTextEditorAreaParam = BooleanReply;
241 using SetMouseDragMonitorStateParam = BooleanReply;
/base/msdp/device_status/intention/cooperate/server/src/
H A Dcooperate_server.cpp258 if (!BooleanReply(state).Marshalling(reply)) { in GetParam()
/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp213 BooleanReply reply; in GetCooperateState()

Completed in 4 milliseconds