Searched refs:StopCooperateParam (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/data/src/ |
H A D | cooperate_params.cpp | 48 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 D | cooperate_params.cpp | 48 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 D | cooperate_params.h | 51 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 D | cooperate_params.h | 51 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 D | cooperate_server.cpp | 118 StopCooperateParam param; in Stop()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/server/src/ |
H A D | cooperate_server.cpp | 118 StopCooperateParam param; in Stop()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_server_test.cpp | 578 StopCooperateParam param {1, false, true};
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/ |
H A D | cooperate_server_test.cpp | 585 StopCooperateParam param {1, false, true};
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/client/src/ |
H A D | cooperate_client.cpp | 166 StopCooperateParam param { GenerateRequestID(), isUnchained, isCheckPermission }; in Stop()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/client/src/ |
H A D | cooperate_client.cpp | 163 StopCooperateParam param { GenerateRequestID(), isUnchained, isCheckPermission }; in Stop()
|