Home
last modified time | relevance | path

Searched refs:am (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dsys_state_machine.h85 * @param am Adapter manager pointer.
88 void Init(AdapterManager &am);
103 * @param am Adapter manager pointer.
106 SysState(const std::string &name, SysStateMachine &sysStateMachine, AdapterManager &am) in SysState() argument
107 : State(name, sysStateMachine), am_(am){}; in SysState()
127 * @param am Adapter manager pointer.
130 SysStoppingBaseState(const std::string &name, SysStateMachine &sysStateMachine, AdapterManager &am) in SysStoppingBaseState() argument
131 : SysState(name, sysStateMachine, am){}; in SysStoppingBaseState()
150 * @param am Adapter manager pointer.
153 SysStoppedState(SysStateMachine &sysStateMachine, AdapterManager &am) in SysStoppedState() argument
197 SysStartedState(SysStateMachine &sysStateMachine, AdapterManager &am) SysStartedState() argument
241 SysStoppingState(SysStateMachine &sysStateMachine, AdapterManager &am) SysStoppingState() argument
285 SysResettingState(SysStateMachine &sysStateMachine, AdapterManager &am) SysResettingState() argument
329 SysFactoryResettingState(SysStateMachine &sysStateMachine, AdapterManager &am) SysFactoryResettingState() argument
[all...]
H A Dsys_state_machine.cpp22 void SysStateMachine::Init(AdapterManager &am) in Init() argument
24 std::unique_ptr<utility::StateMachine::State> stopped = std::make_unique<SysStoppedState>(*this, am); in Init()
26 std::unique_ptr<utility::StateMachine::State> started = std::make_unique<SysStartedState>(*this, am); in Init()
28 std::unique_ptr<utility::StateMachine::State> stopping = std::make_unique<SysStoppingState>(*this, am); in Init()
30 std::unique_ptr<utility::StateMachine::State> resetting = std::make_unique<SysResettingState>(*this, am); in Init()
33 std::make_unique<SysFactoryResettingState>(*this, am); in Init()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_clock.cpp27 void UIAbstractClock::SetTime12Hour(uint8_t hour, uint8_t minute, uint8_t second, bool am) in SetTime12Hour() argument
29 SetTime24Hour((hour % HALF_DAY_IN_HOUR) + (am ? 0 : HALF_DAY_IN_HOUR), minute, second); in SetTime12Hour()
H A Dui_analog_clock.cpp162 void UIAnalogClock::SetInitTime12Hour(uint8_t hour, uint8_t minute, uint8_t second, bool am) in SetInitTime12Hour() argument
164 SetInitTime24Hour((hour % HALF_DAY_IN_HOUR) + (am ? 0 : HALF_DAY_IN_HOUR), minute, second); in SetInitTime12Hour()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_clock.h130 * @param am Specifies whether it is in the morning. <b>true</b> indicates that it is in the morning,
135 void SetTime12Hour(uint8_t hour, uint8_t minute, uint8_t second, bool am);
H A Dui_analog_clock.h295 * @param am Specifies whether it is in the morning. <b>true</b> indicates that it is in the morning,
300 void SetInitTime12Hour(uint8_t hour, uint8_t minute, uint8_t second, bool am);
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp385 if (auto am = interface_pointer_cast<META_NS::IAnimationModifier>(attachment)) { in Attach()
386 AttachModifier(am); in Attach()
393 if (auto am = interface_pointer_cast<META_NS::IAnimationModifier>(attachment)) { in Detach()
394 DetachModifier(am); in Detach()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp592 std::string am = amPmStrings[0]; in FlushAmPmFormatString() local
593 vecAmPm_.emplace_back(am); in FlushAmPmFormatString()

Completed in 6 milliseconds