Searched defs:step (Results 1 – 13 of 13) sorted by relevance
55 Manager::TestStep *step) { in getTestStep()89 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage()151 TestStep step; in handleMessageFromHost() local
137 private void sendStepStartMessage(Step step) { in sendStepStartMessage()141 private void sendStepStartMessage(Step step, NanoAppMessage message) { in sendStepStartMessage()162 private NanoAppMessage makeStepStartMessage(Step step) { in makeStepStartMessage()
47 optional Step step = 1; field
44 optional Step step = 1; field
63 optional Step step = 3 [default = START]; field
52 TestStep step; member
112 Manager::TestStep *step) { in getTestStep()225 TestStep step; in handleMessageFromHost() local245 FeatureState state, TestStep step) { in handleStartTestMessage()
68 TestStep step; member
96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main() local
136 fn step(&mut self) { in step() method
214 private void sendTestCommandMessage(ChreAudioConcurrencyTest.TestCommand.Step step) { in sendTestCommandMessage()
106 auto step = std::min(s_step, d_step); in OptimizeSourceCopyOperation() local
270 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()