Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h35 … std::vector<sptr<SignalInformation>> &targetVec, const std::vector<sptr<SignalInformation>> &vec);
37 … std::vector<sptr<CellInformation>> &targetVec, const std::vector<sptr<CellInformation>> &vec);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp769 static std::vector<std::string> targetVec; in FindNodeInTargetList() local
783 targetVec.emplace_back(str); in FindNodeInTargetList()
789 bool res = std::find(targetVec.begin(), targetVec.end(), node) != targetVec.end(); in FindNodeInTargetList()