Searched refs:WriteVectorInfo (Results 1 – 4 of 4) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/ |
D | matching_skills.cpp | 145 bool MatchingSkills::WriteVectorInfo(Parcel &parcel, std::vector<std::u16string>vectorInfo) const in WriteVectorInfo() function in OHOS::EventFwk::MatchingSkills 170 if (!WriteVectorInfo(parcel, actionU16Entity)) { in Marshalling() 181 if (!WriteVectorInfo(parcel, actionU16Event)) { in Marshalling() 192 if (!WriteVectorInfo(parcel, actionU16Scheme)) { in Marshalling()
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | matching_skills.h | 180 bool WriteVectorInfo(Parcel &parcel, std::vector<std::u16string>vectorInfo) const;
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | common_event_test.cpp | 375 result->WriteVectorInfo(parcel, actionU16Entity); 383 result->WriteVectorInfo(parcel, actionU16Event); 391 result->WriteVectorInfo(parcel, actionU16Scheme);
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
D | common_event_subscribe_test.cpp | 593 matchingSkills.WriteVectorInfo(parcel, actionU16Entity); 601 matchingSkills.WriteVectorInfo(parcel, actionU16Event); 609 matchingSkills.WriteVectorInfo(parcel, actionU16Scheme);
|