Searched refs:repStr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service_skeleton.h | 77 virtual int TransOversizedPkt(const std::string &dataStr, std::string &repStr) = 0; 160 int TransOversizedPkt(const std::string &dataStr, std::string &repStr) override;
|
H A D | dbinder_test_service.h | 39 int TransOversizedPkt(const std::string &dataStr, std::string &repStr) override;
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service.cpp | 147 int DBinderTestService::TransOversizedPkt(const std::string &dataStr, std::string &repStr) in TransOversizedPkt() argument
|
H A D | dbinder_test_service_skeleton.cpp | 226 int DBinderTestServiceProxy::TransOversizedPkt(const std::string &dataStr, std::string &repStr) in TransOversizedPkt() argument 237 repStr = replyParcel.ReadString(); in TransOversizedPkt()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.h | 149 std::string Replace(std::string str, const std::string &subStr, const std::string &repStr);
|
H A D | js_xml.cpp | 72 …tring XmlSerializer::Replace(std::string str, const std::string &subStr, const std::string &repStr) in Replace() argument 76 size_t step = repStr.length(); in Replace() 78 str = str.substr(0, iPos) + repStr + str.substr(iPos + subLen); in Replace()
|