Home
last modified time | relevance | path

Searched defs:pkgName (Results 1 – 11 of 11) sorted by relevance

/developtools/hdc/test/unittest/register/
Dregister_test.cpp114 std::string pkgName = static_cast<ConnectManagement*>(pkgContent)->GetPkgName(); in HdcConnectRunTest() local
177 void* ConnectJpidTest(void* pkgName) in ConnectJpidTest()
211 string pkgName = "test_pkt_name"; variable
/developtools/hdc/src/register/
Dhdc_connect.cpp34 void ConnectManagement::SetPkgName(const std::string &pkgName) in SetPkgName()
93 std::string pkgName = static_cast<ConnectManagement*>(pkgContent)->GetPkgName(); in HdcConnectRun() local
104 void StartConnect(const std::string& processName, const std::string& pkgName, bool isDebug, Callbac… in StartConnect()
Dhdc_jdwp.cpp22 HdcJdwpSimulator::HdcJdwpSimulator(const std::string processName, const std::string pkgName, bool i… in HdcJdwpSimulator()
80 std::string pkgName = thisClass->pkgName_; in ConnectJpid() local
/developtools/profiler/host/smartperf/client/client_command/include/
Dsmartperf_command.h75 std::string pkgName = ""; variable
DFPS.h91 std::string pkgName; variable
/developtools/hdc/test/unittest/common/
DHdcJdwpTest.cpp92 string pkgName = "JDWP_UTEST"; variable
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.h56 string pkgName; variable
DHdcJdwpSimulator.cpp195 string pkgName = thisClass->pkgName; in ConnectJdwp() local
/developtools/hdc/src/daemon/
Djdwp.h75 string pkgName; member
Djdwp.cpp142 … string pkgName = string((char *)p + sizeof(JsMsgHeader), jsMsg->msgLen - sizeof(JsMsgHeader)); in ReadStream() local
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts197 for (const [pkgName, pkgInfo] of Object.entries(this.projectConfig.dynamicImportLibInfo)) { constant