Home
last modified time | relevance | path

Searched refs:changeResponse (Results 1 - 6 of 6) sorted by relevance

/base/security/access_token/frameworks/privacy/src/
H A Dperm_active_response_parcel.cpp24 RETURN_IF_FALSE(out.WriteUint32(this->changeResponse.tokenID)); in Marshalling()
25 RETURN_IF_FALSE(out.WriteString(this->changeResponse.permissionName)); in Marshalling()
26 RETURN_IF_FALSE(out.WriteString(this->changeResponse.deviceId)); in Marshalling()
27 RETURN_IF_FALSE(out.WriteInt32(this->changeResponse.type)); in Marshalling()
38 RELEASE_IF_FALSE(in.ReadUint32(activeChangeResponseParcel->changeResponse.tokenID), activeChangeResponseParcel); in Unmarshalling()
39 RELEASE_IF_FALSE(in.ReadString(activeChangeResponseParcel->changeResponse.permissionName), in Unmarshalling()
41 RELEASE_IF_FALSE(in.ReadString(activeChangeResponseParcel->changeResponse.deviceId), activeChangeResponseParcel); in Unmarshalling()
45 activeChangeResponseParcel->changeResponse.type = static_cast<ActiveChangeType>(type); in Unmarshalling()
/base/security/access_token/frameworks/privacy/include/
H A Dperm_active_response_parcel.h34 ActiveChangeResponse changeResponse; member
/base/security/access_token/frameworks/test/unittest/
H A Dprivacy_parcel_test.cpp161 activeChangeResponseParcel.changeResponse = { in HWTEST_F()
174 EXPECT_EQ(activeChangeResponseParcel.changeResponse.tokenID, readedData->changeResponse.tokenID); in HWTEST_F()
175 EXPECT_EQ(activeChangeResponseParcel.changeResponse.permissionName, readedData->changeResponse.permissionName); in HWTEST_F()
176 EXPECT_EQ(activeChangeResponseParcel.changeResponse.deviceId, readedData->changeResponse.deviceId); in HWTEST_F()
177 EXPECT_EQ(activeChangeResponseParcel.changeResponse.type, readedData->changeResponse.type); in HWTEST_F()
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dperm_active_status_change_callback_stub.cpp50 ActiveStatusChangeCallback(resultSptr->changeResponse); in OnRemoteRequest()
/base/security/access_token/services/privacymanager/src/active/
H A Dperm_active_status_change_callback_proxy.cpp43 resultParcel.changeResponse = result; in ActiveStatusChangeCallback()
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp1863 responseParcel.changeResponse = response; in HWTEST_F()

Completed in 5 milliseconds