Home
last modified time | relevance | path

Searched refs:StopCooperateParam (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/data/src/
H A Dcooperate_params.cpp48 StopCooperateParam::StopCooperateParam(int32_t userData, bool isUnchained, bool checkPermission) in StopCooperateParam() function in OHOS::Msdp::DeviceStatus::StopCooperateParam
52 bool StopCooperateParam::Marshalling(MessageParcel &parcel) const in Marshalling()
61 bool StopCooperateParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/ohos5.0/base/msdp/device_status/intention/cooperate/data/src/
H A Dcooperate_params.cpp48 StopCooperateParam::StopCooperateParam(int32_t userData, bool isUnchained, bool checkPermission) in StopCooperateParam() function in OHOS::Msdp::DeviceStatus::StopCooperateParam
52 bool StopCooperateParam::Marshalling(MessageParcel &parcel) const in Marshalling()
61 bool StopCooperateParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/data/include/
H A Dcooperate_params.h51 struct StopCooperateParam final : public ParamBase {
52 StopCooperateParam() = default;
53 StopCooperateParam(int32_t userData, bool isUnchained, bool checkPermission);
/ohos5.0/base/msdp/device_status/intention/cooperate/data/include/
H A Dcooperate_params.h51 struct StopCooperateParam final : public ParamBase {
52 StopCooperateParam() = default;
53 StopCooperateParam(int32_t userData, bool isUnchained, bool checkPermission);
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/server/src/
H A Dcooperate_server.cpp118 StopCooperateParam param; in Stop()
/ohos5.0/base/msdp/device_status/intention/cooperate/server/src/
H A Dcooperate_server.cpp118 StopCooperateParam param; in Stop()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_server_test.cpp578 StopCooperateParam param {1, false, true};
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_server_test.cpp585 StopCooperateParam param {1, false, true};
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/client/src/
H A Dcooperate_client.cpp166 StopCooperateParam param { GenerateRequestID(), isUnchained, isCheckPermission }; in Stop()
/ohos5.0/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp163 StopCooperateParam param { GenerateRequestID(), isUnchained, isCheckPermission }; in Stop()