Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp165 std::vector<std::u16string> actionU16Entity; in Marshalling() local
167 actionU16Entity.emplace_back(Str8ToStr16(entities_[i])); in Marshalling()
170 if (!WriteVectorInfo(parcel, actionU16Entity)) { in Marshalling()
203 std::vector<std::u16string> actionU16Entity; in ReadFromParcel() local
209 if (!parcel.ReadString16Vector(&actionU16Entity)) { in ReadFromParcel()
214 for (std::vector<std::u16string>::size_type i = 0; i < actionU16Entity.size(); i++) { in ReadFromParcel()
215 entities_.emplace_back(Str16ToStr8(actionU16Entity[i])); in ReadFromParcel()
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_test.cpp370 std::vector<std::u16string> actionU16Entity; variable
372 actionU16Entity.emplace_back(OHOS::Str8ToStr16("test"));
374 result->WriteVectorInfo(parcel, actionU16Entity);
/base/notification/common_event_service/frameworks/native/test/unittest/
Dcommon_event_subscribe_test.cpp542 std::vector<std::u16string> actionU16Entity; variable
544 actionU16Entity.emplace_back(OHOS::Str8ToStr16("test"));
546 matchingSkills.WriteVectorInfo(parcel, actionU16Entity);