Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/native/src/
Dmatching_skills.cpp176 std::vector<std::u16string> actionU16Event; in Marshalling() local
178 actionU16Event.emplace_back(Str8ToStr16(events_[i])); in Marshalling()
181 if (!WriteVectorInfo(parcel, actionU16Event)) { in Marshalling()
219 std::vector<std::u16string> actionU16Event; in ReadFromParcel() local
225 if (!parcel.ReadString16Vector(&actionU16Event)) { in ReadFromParcel()
230 for (std::vector<std::u16string>::size_type i = 0; i < actionU16Event.size(); i++) { in ReadFromParcel()
231 events_.emplace_back(Str16ToStr8(actionU16Event[i])); in ReadFromParcel()
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_test.cpp378 std::vector<std::u16string> actionU16Event; variable
380 actionU16Event.emplace_back(OHOS::Str8ToStr16("test"));
382 result->WriteVectorInfo(parcel, actionU16Event);
/base/notification/common_event_service/frameworks/native/test/unittest/
Dcommon_event_subscribe_test.cpp550 std::vector<std::u16string> actionU16Event; variable
552 actionU16Event.emplace_back(OHOS::Str8ToStr16("test"));
554 matchingSkills.WriteVectorInfo(parcel, actionU16Event);