Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
Dplugin_command_builder.h37 bool GetedCommandResponse(uint32_t cmdId);
Dplugin_command_builder.cpp106 bool PluginCommandBuilder::GetedCommandResponse(uint32_t cmdId) in GetedCommandResponse() function in PluginCommandBuilder
Dplugin_service.cpp473 pluginCommandBuilder_->GetedCommandResponse(request.command_id()); in AppendResult()
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp965 EXPECT_FALSE(commandBuilder_->GetedCommandResponse(0));
966 EXPECT_TRUE(commandBuilder_->GetedCommandResponse(1));