Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp533 std::string tempMapKey; in ReadFromParcel() local
536 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, tempMapKey); in ReadFromParcel()
539 tempMapKey.c_str(), tempMapVal.c_str()); in ReadFromParcel()
540 extraElementValueStr_[tempMapKey] = tempMapVal; in ReadFromParcel()
548 std::string tempMapKey; in ReadFromParcel() local
554 tempMapKey.c_str(), tempMapVal); in ReadFromParcel()
555 extraElementValueInt_[tempMapKey] = tempMapVal; in ReadFromParcel()
566 std::string tempMapKey; in Marshalling() local
568 tempMapKey = iterStr->first; in Marshalling()
575 std::string tempMapKey; in Marshalling() local
[all …]