Searched refs:flow (Results 1 – 12 of 12) sorted by relevance
88 const CuttlefishConfig::InstanceSpecific::BootFlow& flow, in WriteEnvironment() argument100 switch (flow) { in WriteEnvironment()165 const CuttlefishConfig::InstanceSpecific::BootFlow& flow) { in PrepareBootEnvImage() argument211 if (!WriteEnvironment(instance_, flow, kernel_cmdline, uboot_env_path)) { in PrepareBootEnvImage()
377 const auto flow = instance_.boot_flow(); in EspRequiredForBootFlow() local378 return flow == CuttlefishConfig::InstanceSpecific::BootFlow::Linux || in EspRequiredForBootFlow()379 flow == CuttlefishConfig::InstanceSpecific::BootFlow::Fuchsia; in EspRequiredForBootFlow()
1360 void CuttlefishConfig::MutableInstanceSpecific::set_ap_boot_flow(APBootFlow flow) { in set_ap_boot_flow() argument1361 (*Dictionary())[kApBootFlow] = static_cast<int>(flow); in set_ap_boot_flow()
643 void set_ap_boot_flow(InstanceSpecific::APBootFlow flow);
57 A typical application flow looks like this:85 In an alternative flow, not supported by this implementation but allowed by the
92 // It is used during the Oauth2 authentication flow. It is okay to
50 // Oauth2 flow with their user account (not service account).
34 FIT is a lean library of portable C++ abstractions for control flow and
231 # Enable flow steering to enable multiple CEs for Rx flows.
238 # Enable flow steering to enable multiple CEs for Rx flows.
7034 // A flow connects a sequence of TrackEvents within or across tracks, e.g.7036 // a different thread - a flow between the two events can associate them.7039 // timestamps. The earliest event with the same flow ID becomes the source7040 // of the flow. Any events thereafter are intermediate steps of the flow,7041 // until the flow terminates at the last event with the flow ID.7044 // that the same ID can later be reused for another flow.7047 // List of flow ids which should terminate on this event, otherwise same as7049 // Any one flow ID should be either listed as part of |flow_ids| OR7157 // features in TrackEvent (e.g. async + flow events), or deprecate them7187 // Idenfifies a flow. Flow events with the same bind_id are connected.[all …]