Home
last modified time | relevance | path

Searched defs:state (Results 176 – 200 of 2316) sorted by relevance

12345678910>>...93

/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_service_proxy.cpp119 RetError AccessibleAbilityManagerServiceProxy::SetCaptionState(const bool state) in SetCaptionState()
437 RetError AccessibleAbilityManagerServiceProxy::GetCaptionState(bool &state) in GetCaptionState()
692 RetError AccessibleAbilityManagerServiceProxy::SetShortKeyState(const bool state) in SetShortKeyState()
717 RetError AccessibleAbilityManagerServiceProxy::SetMouseKeyState(const bool state) in SetMouseKeyState()
892 RetError AccessibleAbilityManagerServiceProxy::SetAudioMonoState(const bool state) in SetAudioMonoState()
1142 RetError AccessibleAbilityManagerServiceProxy::GetShortKeyState(bool &state) in GetShortKeyState()
1165 RetError AccessibleAbilityManagerServiceProxy::GetMouseKeyState(bool &state) in GetMouseKeyState()
1281 RetError AccessibleAbilityManagerServiceProxy::GetInvertColorState(bool &state) in GetInvertColorState()
1304 RetError AccessibleAbilityManagerServiceProxy::GetAnimationOffState(bool &state) in GetAnimationOffState()
1327 RetError AccessibleAbilityManagerServiceProxy::GetAudioMonoState(bool &state) in GetAudioMonoState()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_accessibility_property.h33 void SetShowedState(int32_t state) in SetShowedState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hid_host.h55 virtual void OnConnectionStateChanged(const RawAddress &deviceAddress, int state) {}; in OnConnectionStateChanged()
H A Dinterface_profile_pan.h55 virtual void OnConnectionStateChanged(const RawAddress &deviceAddress, int state) {} in OnConnectionStateChanged()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/include/
H A Drenderer_capture_interrupt_unit_test.h30 void OnStateChange(const CapturerState state) override {} in OnStateChange()
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dpm_state_c.c45 const char *GetPMStateName(PMState state) in GetPMStateName()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_pro/mock/
H A Dmock_wifi_pro_interface.cpp43 …staCallback_.OnStaConnChanged = [this](OperateResState state, const WifiLinkedInfo &linkedInfo, in… in InitCallback()
51 void WifiProInterface::DealStaConnChanged(OperateResState state, const WifiLinkedInfo &info, int32_… in DealStaConnChanged()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/observer_test/observer_unittest/
H A Daccount_observer_func_unittest.cpp35 bool StopAndRelease(AVScreenCaptureStateCode state) in StopAndRelease()
45 bool StopAndRelease(AVScreenCaptureStateCode state) in StopAndRelease()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hf_call.h79 …std::string device, int id, int state, std::string number, bool multiParty, bool outgoing, bool in… in HandsFreeUnitCall()
106 …HandsFreeUnitCall(std::string device, int id, int state, std::string number, UUID uuid, bool multi… in HandsFreeUnitCall()
238 void SetState(int state) in SetState()
H A Dbluetooth_a2dp_snk.h56 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
H A Dbluetooth_map_mse.h48 …virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t … in OnConnectionStateChanged()
H A Dbluetooth_pbap_pse.h48 …virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t … in OnConnectionStateChanged()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test2.cpp125 SessionState state = SessionState::STATE_FOREGROUND; variable
161 SessionState state = SessionState::STATE_BACKGROUND; variable
190 SessionState state = SessionState::STATE_FOREGROUND; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_appstate_observer.cpp166 auto state = static_cast<ApplicationState>(appStateData.state); in OnAppStateChanged() local
181 auto state = static_cast<ApplicationState>(appStateData.state); in OnForegroundApplicationChanged() local
196 auto state = static_cast<AbilityState>(abilityStateData.abilityState); in OnAbilityStateChanged() local
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_test.cpp75 const SharingIfaceState &state) in OnInterfaceSharingStateChanged()
162 SharingIfaceState state; variable
173 SharingIfaceState state; variable
211 SharingIfaceState state = SharingIfaceState::SHARING_NIC_SERVING; variable
220 SharingIfaceState state = SharingIfaceState::SHARING_NIC_SERVING; variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs139 let state = get_state::<S>(bio); in get_error() localVariable
144 let state = get_state::<S>(bio); in get_panic() localVariable
149 let state: &'a StreamState<S> = &*(BIO_get_data(bio) as *const StreamState<S>); in get_stream_ref() localVariable
189 let state = get_state::<S>(bio); in ctrl() localVariable
254 let state = get_state::<S>(bio); in bwrite() localVariable
267 let state = get_state::<S>(bio); in bread() localVariable
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp413 CmdState state; variable
426 CmdState state; variable
439 CmdState state; variable
468 CmdState state; variable
484 CmdState state; variable
499 CmdState state; variable
516 CmdState state; variable
533 CmdState state; variable
550 CmdState state; variable
567 CmdState state; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.cpp28 void StateMachine::Move(std::unique_ptr<State> &state) in Move()
93 inline int StateMachine::GetStateDepth(State &state) in GetStateDepth()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_radar_reporter.cpp23 int32_t stage, int32_t stageRes, int32_t state) in ReportNormal()
61 …td::string &func, int32_t scene, int32_t stage, int32_t stageRes, int32_t errorCode, int32_t state) in ReportFail()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.h48 void OnExposureState(ExposureState state) override {} in OnExposureState()
53 void OnFocusState(FocusState state) override {} in OnFocusState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp41 void OnConnectionStateChanged(const RawAddress& device, int state) override in OnConnectionStateChanged()
55 void OnScoStateChanged(const RawAddress& device, int state, int reason) override in OnScoStateChanged()
102 void OnSystemStateChange(const BTSystemState state) override in OnSystemStateChange()
185 for (int32_t state : states) { in GetDevicesByStates() local
201 int32_t BluetoothHfpAgServer::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState()
341 bool BluetoothHfpAgServer::IntoMock(const BluetoothRawAddress &device, int state) { in IntoMock()
437 void BluetoothHfpAgServer::EnableBtCallLog(bool state) in EnableBtCallLog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Drendering_context_2d_model.h101 …virtual double GetMeasureTextWidth(const PaintState& state, const std::string& text) { return 0.0;… in GetMeasureTextWidth()
102 …virtual double GetMeasureTextHeight(const PaintState& state, const std::string& text) { return 0.0… in GetMeasureTextHeight()
113 virtual TextMetrics GetMeasureTextMetrics(const PaintState& state, const std::string& text) in GetMeasureTextMetrics()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged()
159 int state = profile_->GetDeviceState(device); variable
223 int state = profile_->SetDevicePassword(device, password, userId); variable
/ohos5.0/foundation/communication/bluetooth/frameworks/c_api/src/
H A Doh_bluetooth.cpp31 Bluetooth_ResultCode OH_Bluetooth_GetBluetoothSwitchState(Bluetooth_SwitchState *state) in OH_Bluetooth_GetBluetoothSwitchState()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity_state.cpp21 void P2pEntityState::ChangeState(P2pEntityState *state, const std::shared_ptr<P2pOperation> &operat… in ChangeState()

12345678910>>...93