Home
last modified time | relevance | path

Searched defs:state (Results 1851 - 1875 of 4391) sorted by relevance

1...<<71727374757677787980>>...176

/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h77 SystemProcessState state = SystemProcessState::NOT_STARTED; member
90 SystemAbilityState state = SystemAbilityState::NOT_LOADED; member
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp489 ScreenPowerState state = ScreenPowerState{0}; in HWTEST_F() local
584 DisplayState state = DisplayState{1}; in HWTEST_F() local
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp190 bool DisplayManagerAdapterLite::SetScreenPowerById(ScreenId screenId, ScreenPowerState state, in SetScreenPowerById() argument
198 bool DisplayManagerAdapterLite::SetDisplayState(DisplayState state) in SetDisplayState() argument
241 bool ScreenManagerAdapterLite::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, in SetSpecifiedScreenPower() argument
249 bool ScreenManagerAdapterLite::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) in SetScreenPowerForAll() argument
H A Ddisplay_manager_lite_proxy.cpp423 bool DisplayManagerLiteProxy::SetScreenPowerById(ScreenId screenId, ScreenPowerState state, in SetScreenPowerById() argument
459 bool DisplayManagerLiteProxy::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, in SetSpecifiedScreenPower() argument
495 bool DisplayManagerLiteProxy::SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) in SetScreenPowerForAll() argument
553 bool DisplayManagerLiteProxy::SetDisplayState(DisplayState state) in SetDisplayState() argument
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp188 auto state = info->GetDisplayState(); in GetState() local
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp1776 string state = "LOADED"; HWTEST_F() local
[all...]
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_proxy.cpp61 void DisplayManagerAgentProxy::NotifyDisplayStateChanged(DisplayId id, DisplayState state) in NotifyDisplayStateChanged() argument
H A Ddisplay_manager_agent_stub.cpp130 DisplayState state = static_cast<DisplayState>(data.ReadUint32()); in ProcNotifyDisplayStateChanged() local
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp166 ScreenPowerState state = static_cast<ScreenPowerState>(data.ReadUint32()); in OnRemoteRequest() local
172 ScreenPowerState state = static_cast<ScreenPowerState>(data.ReadUint32()); in OnRemoteRequest() local
187 DisplayState state = static_cast<DisplayState>(data.ReadUint32()); in OnRemoteRequest() local
192 DisplayState state = GetDisplayState(data.ReadUint64()); in OnRemoteRequest() local
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp723 ScreenPowerState state = ScreenPowerState{0}; in HWTEST_F() local
744 ScreenPowerState state = ScreenPowerState{0}; in HWTEST_F() local
765 DisplayState state = DisplayState{0}; in HWTEST_F() local
H A Ddisplay_manager_service_test.cpp320 ScreenPowerState state = ScreenPowerState::POWER_ON; in HWTEST_F() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_transition_controller.cpp84 auto state = window->GetWindowState(); in OnCompleteTransition() local
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp33 static void P2pStateChangeCallback(P2pState state) in P2pStateChangeCallback() argument
312 void P2pEntity::ChangeState(P2pEntityState *state, const std::shared_ptr<P2pOperation> &operation) in ChangeState() argument
379 void P2pEntity::OnP2pStateChangeEvent(P2pState state) in OnP2pStateChangeEvent() argument
546 UpdateInterfaceManagerWhenStateChanged(P2pState state) UpdateInterfaceManagerWhenStateChanged() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp145 void LnnNotifyOOBEStateChangeEvent(SoftBusOOBEState state) in LnnNotifyOOBEStateChangeEvent() argument
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c27 static bool IsDuplicateState(FsmStateMachine *fsm, FsmState *state) in IsDuplicateState() argument
93 FsmState *state = NULL; in ProcessStartMessage() local
284 LnnFsmAddState(FsmStateMachine *fsm, FsmState *state) LnnFsmAddState() argument
375 LnnFsmTransactState(FsmStateMachine *fsm, FsmState *state) LnnFsmTransactState() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h61 LnnHeartbeatState state; member
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h53 enum ConnBleDeviceState state; member
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp39 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state) in LnnNotifyNetworkStateChanged() argument
170 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() argument
H A Dhb_fsm_mock.cpp162 void SetScreenState(SoftBusScreenState state) in SetScreenState() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dauth_session_test.c130 int32_t state = -1; in TestCreateSessionServer() local
155 int32_t state = -1; in TestOpenAuthSession() local
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp33 int32_t TransClientProxy::OnClientPermissonChange(const char *pkgName, int32_t state) in OnClientPermissonChange() argument
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_manager.h54 enum ConnBrDeviceState state; member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp98 static void OnLaneStateChange(uint64_t laneId, LaneState state) in OnLaneStateChange() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_mock.cpp121 void LnnNotifyOOBEStateChangeEvent(SoftBusOOBEState state) in LnnNotifyOOBEStateChangeEvent() argument
126 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state) in LnnNotifyAccountStateChangeEvent() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp659 uint32_t state = PROXY_CHANNEL_STATUS_PYH_CONNECTING; in HWTEST_F() local

Completed in 26 milliseconds

1...<<71727374757677787980>>...176