Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/client/manager/
Dsource_manager.cpp65 std::string scriptIdStr; in EnableReply() local
66 ret = params->GetString("scriptId", &scriptIdStr); in EnableReply()
78 int scriptId = std::atoi(scriptIdStr.c_str()); in EnableReply()
153 std::string scriptIdStr; in GetDebugSources() local
154 ret = location->GetString("scriptId", &scriptIdStr); in GetDebugSources()
159 scriptId_ = std::atoi(scriptIdStr.c_str()); in GetDebugSources()
168 funcName.c_str(), scriptIdStr.c_str(), debugLineNum_); in GetDebugSources()