Searched refs:asBaseType (Results 1 – 7 of 7) sorted by relevance
71 constexpr uint16_t kNumCommands = asBaseType(Commands::kNumCommands);92 case asBaseType(Commands::kOk): in dispatchResponse()96 appState, &outReqStates[asBaseType(Commands::kOk)], response); in dispatchResponse()101 case asBaseType(Commands::kError): in dispatchResponse()105 appState, &outReqStates[asBaseType(Commands::kError)], response); in dispatchResponse()111 case asBaseType(Commands::kTimeout): in dispatchResponse()116 appState, &outReqStates[asBaseType(Commands::kTimeout)], response); in dispatchResponse()137 case asBaseType(Commands::kOk): { in dispatchRequest()139 chppTimestampIncomingRequest(&inReqStates[asBaseType(Commands::kOk)], in dispatchRequest()146 &inReqStates[asBaseType(Commands::kOk)], in dispatchRequest()[all …]
111 case asBaseType(Commands::kServiceNotification): in clientDispatchNotification()158 case asBaseType(Commands::kClientNotification): in serviceDispatchNotification()298 notification->command = asBaseType(Commands::kServiceNotification); in TEST_F()318 notification->command = asBaseType(Commands::kClientNotification); in TEST_F()
24 inline constexpr typename std::underlying_type<EnumType>::type asBaseType( in asBaseType() function
92 uint16_t mCheckIdOccurrenceCounter[asBaseType(HealthCheckId::NumCheckIds)];
64 std::chrono::nanoseconds gAsyncRequestDelayResponseTime[chre::asBaseType(155 gAsyncRequestDelayResponseTime[chre::asBaseType( in chrePalWifiApiRequestScan()277 gAsyncRequestDelayResponseTime[chre::asBaseType(requestType)] = in chrePalWifiDelayResponse()
32 auto index = asBaseType(id); in onCheckFailureImpl()
480 std::rand() % chre::asBaseType(OperationType::OPERATION_TYPE_COUNT)); in TEST()