Home
last modified time | relevance | path

Searched refs:elementInfoParcel (Results 1 - 4 of 4) sorted by relevance

/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_event_info_parcel.cpp102 sptr<AccessibilityElementInfoParcel> elementInfoParcel = in ReadFromParcelSecondPart() local
104 if (elementInfoParcel == nullptr) { in ReadFromParcelSecondPart()
108 SetElementInfo(*elementInfoParcel); in ReadFromParcelSecondPart()
171 AccessibilityElementInfoParcel elementInfoParcel(elementInfo_); in Marshalling()
172 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &elementInfoParcel); in Marshalling()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp102 sptr<AccessibilityElementInfoParcel> elementInfoParcel = in ReadFromParcelSecondPart() local
104 if (elementInfoParcel == nullptr) { in ReadFromParcelSecondPart()
108 SetElementInfo(*elementInfoParcel); in ReadFromParcelSecondPart()
171 AccessibilityElementInfoParcel elementInfoParcel(elementInfo_); in Marshalling()
172 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &elementInfoParcel); in Marshalling()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessibility_event_info_parcel_test.cpp110 sptr<AccessibilityElementInfoParcel> elementInfoParcel = elementInfoParcel_->Unmarshalling(parcel); in HWTEST_F() local
111 EXPECT_EQ(true, elementInfoParcel == nullptr); in HWTEST_F()
H A Daccessibility_element_info_parcel_test.cpp125 sptr<AccessibilityElementInfoParcel> elementInfoParcel = elementInfoParcel_->Unmarshalling(parcel); in HWTEST_F() local
126 EXPECT_EQ(true, elementInfoParcel == nullptr); in HWTEST_F()

Completed in 4 milliseconds