/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_context.h | 77 SystemProcessState state = SystemProcessState::NOT_STARTED; member 90 SystemAbilityState state = SystemAbilityState::NOT_LOADED; member
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 489 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 D | display_manager_adapter_lite.cpp | 190 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 D | display_manager_lite_proxy.cpp | 423 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 D | cj_display_impl.cpp | 188 auto state = info->GetDisplayState(); in GetState() local
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_state_scheduler_test.cpp | 1776 string state = "LOADED"; HWTEST_F() local [all...] |
/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_proxy.cpp | 61 void DisplayManagerAgentProxy::NotifyDisplayStateChanged(DisplayId id, DisplayState state)
in NotifyDisplayStateChanged() argument
|
H A D | display_manager_agent_stub.cpp | 130 DisplayState state = static_cast<DisplayState>(data.ReadUint32());
in ProcNotifyDisplayStateChanged() local
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 166 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 D | display_manager_proxy_test.cpp | 723 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 D | display_manager_service_test.cpp | 320 ScreenPowerState state = ScreenPowerState::POWER_ON; in HWTEST_F() local
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_transition_controller.cpp | 84 auto state = window->GetWindowState(); in OnCompleteTransition() local [all...] |
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_entity.cpp | 33 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 D | lnn_connection_fsm_mock.cpp | 145 void LnnNotifyOOBEStateChangeEvent(SoftBusOOBEState state) in LnnNotifyOOBEStateChangeEvent() argument
|
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_state_machine.c | 27 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 D | lnn_heartbeat_fsm.h | 61 LnnHeartbeatState state; member
|
/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 53 enum ConnBleDeviceState state; member
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_ctrl_static_mock.cpp | 39 void LnnNotifyNetworkStateChanged(SoftBusNetworkState state)
in LnnNotifyNetworkStateChanged() argument 170 void LnnNotifyAccountStateChangeEvent(SoftBusAccountState state)
in LnnNotifyAccountStateChangeEvent() argument
|
H A D | hb_fsm_mock.cpp | 162 void SetScreenState(SoftBusScreenState state) in SetScreenState() argument
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/ |
H A D | auth_session_test.c | 130 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 D | trans_client_proxy_standard.cpp | 33 int32_t TransClientProxy::OnClientPermissonChange(const char *pkgName, int32_t state) in OnClientPermissonChange() argument
|
/foundation/communication/dsoftbus/core/connection/br/include/ |
H A D | softbus_conn_br_manager.h | 54 enum ConnBrDeviceState state; member
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_test.cpp | 98 static void OnLaneStateChange(uint64_t laneId, LaneState state) in OnLaneStateChange() argument
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_network_manager_mock.cpp | 121 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 D | softbus_trans_proxy_transceiver_test.cpp | 659 uint32_t state = PROXY_CHANNEL_STATUS_PYH_CONNECTING; in HWTEST_F() local
|