Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/cooperate/data/src/
H A Dcooperate_params.cpp70 GetCooperateStateParam::GetCooperateStateParam(int32_t userData, const std::string &networkId, bool checkPermission) in GetCooperateStateParam() function in OHOS::Msdp::DeviceStatus::GetCooperateStateParam
74 bool GetCooperateStateParam::Marshalling(MessageParcel &parcel) const in Marshalling()
83 bool GetCooperateStateParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/foundation/multimodalinput/input/intention/cooperate/data/include/
H A Dcooperate_params.h62 struct GetCooperateStateParam final : public ParamBase {
63 GetCooperateStateParam() = default;
64 GetCooperateStateParam(int32_t userData, const std::string &networkId, bool checkPermission);
/foundation/multimodalinput/input/intention/cooperate/server/src/
H A Dcooperate_server.cpp217 GetCooperateStateParam param; in GetParam()
219 FI_HILOGE("GetCooperateStateParam::Unmarshalling fail"); in GetParam()
227 FI_HILOGE("GetCooperateStateParam::Unmarshalling fail"); in GetParam()
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_server_test.cpp515 GetCooperateStateParam param {1, "networkId", true}; in HWTEST_F()
/foundation/multimodalinput/input/intention/cooperate/client/src/
H A Dcooperate_client.cpp186 GetCooperateStateParam param { GenerateRequestID(), networkId, isCheckPermission }; in GetCooperateState()

Completed in 4 milliseconds