Home
last modified time | relevance | path

Searched refs:actionU16Scheme (Results 1 - 3 of 3) sorted by relevance

/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp187 std::vector<std::u16string> actionU16Scheme; in Marshalling() local
189 actionU16Scheme.emplace_back(Str8ToStr16(schemes_[i])); in Marshalling()
192 if (!WriteVectorInfo(parcel, actionU16Scheme)) { in Marshalling()
235 std::vector<std::u16string> actionU16Scheme; in ReadFromParcel() local
241 if (!parcel.ReadString16Vector(&actionU16Scheme)) { in ReadFromParcel()
246 for (std::vector<std::u16string>::size_type i = 0; i < actionU16Scheme.size(); i++) { in ReadFromParcel()
247 schemes_.emplace_back(Str16ToStr8(actionU16Scheme[i])); in ReadFromParcel()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp620 std::vector<std::u16string> actionU16Scheme; in HWTEST_F() local
622 actionU16Scheme.emplace_back(OHOS::Str8ToStr16("test")); in HWTEST_F()
624 matchingSkills.WriteVectorInfo(parcel, actionU16Scheme); in HWTEST_F()
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp417 std::vector<std::u16string> actionU16Scheme; in HWTEST_F() local
419 actionU16Scheme.emplace_back(OHOS::Str8ToStr16("test")); in HWTEST_F()
421 result->WriteVectorInfo(parcel, actionU16Scheme); in HWTEST_F()

Completed in 3 milliseconds