Home
last modified time | relevance | path

Searched refs:tempMapVal (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp534 std::string tempMapVal; in ReadFromParcel() local
539 tempMapKey.c_str(), tempMapVal.c_str()); in ReadFromParcel()
540 extraElementValueStr_[tempMapKey] = tempMapVal; in ReadFromParcel()
549 int32_t tempMapVal; in ReadFromParcel() local
552 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, tempMapVal); in ReadFromParcel()
554 tempMapKey.c_str(), tempMapVal); in ReadFromParcel()
555 extraElementValueInt_[tempMapKey] = tempMapVal; in ReadFromParcel()
567 std::string tempMapVal; in Marshalling() local
569 tempMapVal = iterStr->second; in Marshalling()
576 int32_t tempMapVal; in Marshalling() local
[all …]