Searched defs:pkgName (Results 1 – 11 of 11) sorted by relevance
114 std::string pkgName = static_cast<ConnectManagement*>(pkgContent)->GetPkgName(); in HdcConnectRunTest() local177 void* ConnectJpidTest(void* pkgName) in ConnectJpidTest()211 string pkgName = "test_pkt_name"; variable
34 void ConnectManagement::SetPkgName(const std::string &pkgName) in SetPkgName()93 std::string pkgName = static_cast<ConnectManagement*>(pkgContent)->GetPkgName(); in HdcConnectRun() local104 void StartConnect(const std::string& processName, const std::string& pkgName, bool isDebug, Callbac… in StartConnect()
22 HdcJdwpSimulator::HdcJdwpSimulator(const std::string processName, const std::string pkgName, bool i… in HdcJdwpSimulator()80 std::string pkgName = thisClass->pkgName_; in ConnectJpid() local
75 std::string pkgName = ""; variable
91 std::string pkgName; variable
92 string pkgName = "JDWP_UTEST"; variable
56 string pkgName; variable
195 string pkgName = thisClass->pkgName; in ConnectJdwp() local
75 string pkgName; member
142 … string pkgName = string((char *)p + sizeof(JsMsgHeader), jsMsg->msgLen - sizeof(JsMsgHeader)); in ReadStream() local
197 for (const [pkgName, pkgInfo] of Object.entries(this.projectConfig.dynamicImportLibInfo)) { constant