Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_app.cpp105 vector<uint8_t> vecBuf; in AsyncInstallFinish() local
106 vecBuf.push_back(mode); in AsyncInstallFinish()
107 vecBuf.push_back(exitStatus == 0); in AsyncInstallFinish()
108 vecBuf.insert(vecBuf.end(), (uint8_t *)echo.c_str(), (uint8_t *)echo.c_str() + echo.size()); in AsyncInstallFinish()
109 SendToAnother(CMD_APP_FINISH, vecBuf.data(), vecBuf.size()); in AsyncInstallFinish()
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp1040 std::vector<ProfilerSessionConfig::BufferConfig> vecBuf; variable
1042 vecBuf.push_back(bc);
1043 EXPECT_TRUE(pluginSessionMgr_->CreatePluginSessions(vecConfig, vecBuf,