Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_socket_client.cpp70 std::string configStr = config_->ToString(); in ProtocolProc() local
71 PROFILER_LOG_INFO(LOG_CORE, "recv hook client config:%s\n", configStr.c_str()); in ProtocolProc()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/sdk/
DTabPaneSdkCounter.ts142 let configStr = counterConfigObject.jsonConfig;
143 let configJson = JSON.parse(configStr);
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp144 std::string configStr = in CreateConfigFile() local
183 size_t len = fwrite(const_cast<char*>(configStr.c_str()), 1, configStr.length(), writeFp); in CreateConfigFile()
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpSdkChart.ts109 let configStr = configObj.jsonConfig;
110 let json = JSON.parse(configStr);