Home
last modified time | relevance | path

Searched refs:nrr (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/services/plugin_service/test/unittest/
H A Dplugin_service_test.cpp289 NotifyResultRequest nrr; in HWTEST_F() local
290 nrr.set_request_id(1); in HWTEST_F()
291 nrr.set_command_id(1); in HWTEST_F()
292 ASSERT_TRUE(pluginService_->AppendResult(nrr)); in HWTEST_F()
432 NotifyResultRequest nrr; in HWTEST_F() local
433 nrr.set_request_id(2); in HWTEST_F()
434 nrr.set_command_id(2); in HWTEST_F()
435 ASSERT_TRUE(pluginService_->AppendResult(nrr)); in HWTEST_F()
575 NotifyResultRequest nrr; in HWTEST_F() local
576 nrr in HWTEST_F()
723 NotifyResultRequest nrr; HWTEST_F() local
866 NotifyResultRequest nrr; HWTEST_F() local
1080 NotifyResultRequest nrr; HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/api/src/
H A Dcommand_poller.cpp142 NotifyResultRequest nrr; in OnGetCommandResponse() local
143 nrr.set_request_id(1); in OnGetCommandResponse()
144 nrr.set_command_id(response.command_id()); in OnGetCommandResponse()
145 PluginResult* pr = nrr.add_result(); in OnGetCommandResponse()
179 PROFILER_LOG_DEBUG(LOG_CORE, "%s:ok id = %d", __func__, nrr.command_id()); in OnGetCommandResponse()
180 NotifyResult(nrr); in OnGetCommandResponse()

Completed in 3 milliseconds