Home
last modified time | relevance | path

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

/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()
/base/msdp/device_status/intention/cooperate/data/include/
H A Dcooperate_params.h52 struct StopCooperateParam final : public ParamBase {
53 StopCooperateParam() = default;
54 StopCooperateParam(int32_t userData, bool isUnchained, bool checkPermission);
/base/msdp/device_status/intention/cooperate/server/src/
H A Dcooperate_server.cpp118 StopCooperateParam param; in Stop()
120 FI_HILOGE("StopCooperateParam::Unmarshalling fail"); in Stop()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_server_test.cpp620 StopCooperateParam param {1, false, true}; in HWTEST_F()
/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp172 StopCooperateParam param { GenerateRequestID(), isUnchained, isCheckPermission }; in Stop()

Completed in 4 milliseconds