Home
last modified time | relevance | path

Searched refs:state (Results 8976 - 9000 of 21865) sorted by relevance

1...<<351352353354355356357358359360>>...875

/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_connection.cpp194 int32_t state, int32_t cause) in OnConnectionStateChanged()
196 TELEPHONY_LOGI("BluetoothConnection::OnConnectionStateChanged state : %{public}d", state); in OnConnectionStateChanged()
199 switch (state) { in OnConnectionStateChanged()
193 OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t state, int32_t cause) OnConnectionStateChanged() argument
/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h75 void SetIsControlSwitchOn(bool state);
78 void UpdateVoipCallState(int32_t state);
80 int32_t CheckTelCallState(TelCallState state);
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dnetcfg_sample.c169 static void WifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in WifiConnectionChangedHandler() argument
171 if (state == WIFI_STATE_AVAILABLE) { in WifiConnectionChangedHandler()
179 } else if (state == WIFI_STATE_NOT_AVAILABLE) { in WifiConnectionChangedHandler()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_defs.h50 * enum kbase_csf_bind_state - bind state of the queue
66 * enum kbase_csf_reset_gpu_state - state of the gpu reset
85 * enum kbase_csf_group_state - state of the GPU command queue group
105 * RUNNABLE state, also if one of the
107 * would be moved to the RUNNABLE state.
112 * state.
121 * back to the RUNNABLE state.
124 * the suspension. This state helps
129 * moved to the SUSPENDED state.
154 * enum kbase_csf_csg_slot_state - state o
601 atomic_t state; global() member
615 atomic_t state; global() member
716 enum kbase_csf_scheduler_state state; global() member
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp203 info.state = static_cast<ConnectionState>(data->state); in OnInfo()
250 printf("on OnConnectionChanged. state: %d, ip: %s, mac: %s.\n", info.state, info.ip.c_str(), info.mac.c_str()); in OnConnectionChanged()
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp172 CallState state = CallState::INIT; in DoSomethingInterestingWithMyAPI() local
173 callRecord->IsCallState(state); in DoSomethingInterestingWithMyAPI()
174 callRecord->SetCallState(state); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h87 double MeasureText(const std::string& text, const PaintState& state);
88 double MeasureTextHeight(const std::string& text, const PaintState& state);
89 TextMetrics MeasureTextMetrics(const std::string& text, const PaintState& state);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_rendering_context_2d_model_ng.h36 void SetFillText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
37 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
109 TextMetrics GetMeasureTextMetrics(const PaintState& state, const std::string& text) override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.h33 void SetFillText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
34 void SetStrokeText(const PaintState& state, const FillTextInfo& fillTextInfo) override;
106 TextMetrics GetMeasureTextMetrics(const PaintState& state, const std::string& text) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.h144 void SetMarqueeState(MarqueeState state);
145 bool CheckMarqueeState(MarqueeState state) in CheckMarqueeState() argument
147 return marqueeState_ == state; in CheckMarqueeState()
/foundation/barrierfree/accessibility/interfaces/kits/napi/include/
H A Dnapi_accessibility_system_ability_client.h39 static void NotifyJS(napi_env env, bool state, napi_ref handlerRef);
41 void OnStateChanged(const bool state);
51 void OnStateChanged(const bool state) override;
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability.cpp63 // the JSAbility instance can only be destroied after transfering the app to DESTROY state in ~JSAbility()
257 // double check, if state reseted, break in LazyLoadHandleRenderTick()
258 LazyLoadState state = GetLazyLoadManagerState(); in LazyLoadHandleRenderTick() local
259 if (state == LazyLoadState::INIT || state == LazyLoadState::DONE) { in LazyLoadHandleRenderTick()
287 // check if state is ready in HandleRenderTick()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.cpp140 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s, state = %{public}d", __func__, aclConnected_); in IsAclConnected()
147 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s, state = %{public}d", __func__, aclConnected_); in IsAclEncrypted()
154 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s, state = %{public}d", __func__, connectState); in SetAclConnectState()
321 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s state = %{public}d", __func__, pairConfirmState_); in GetPairConfirmState()
326 void ClassicRemoteDevice::SetPairConfirmState(int state) in SetPairConfirmState() argument
328 LOG_DEBUG("[ClassicRemoteDevice]::%{public}s state = %{public}d", __func__, state); in SetPairConfirmState()
330 pairConfirmState_ = state; in SetPairConfirmState()
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_manager_proxy.h70 int32_t SetCaptureSilentState(bool state) override;
103 void UpdateSessionConnectionState(const int32_t &sessionID, const int32_t &state) override;
105 int32_t SetOffloadMode(uint32_t sessionId, int32_t state, bool isAppBack) override;
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/
H A Ddotfield_system.cpp70 void SetActive(bool state) override;
116 void DotfieldSystem::SetActive(bool state) in SetActive() argument
118 active_ = state; in SetActive()
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.h54 void OnPlaybackStateChanged(const std::string &playerId, const AVPlaybackState &state);
68 int32_t ConvertStateFromSingleToDouble(int32_t state);
112 void OnPlaybackStateChange(const AVPlaybackState &state) override;
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h107 virtual void OnCastPlaybackStateChange(const AVPlaybackState& state) = 0;
229 * @param connectionState Event callback of device state.
307 * @param avCallState Session related avcall state.
320 * @param state Session related description callback.
323 virtual void OnPlaybackStateChange(const AVPlaybackState& state) = 0;
352 * @param connectionState Event callback of device state.
400 virtual void OnCastPlaybackStateChange(const AVPlaybackState& state) = 0;
432 * @brief Listen to the change of cast state change.
527 * Define the device connection state.
533 * A connection state indicatin
[all...]
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.cpp193 HelperStates state = static_cast<HelperStates>(extra); in OnStateChangeCb() local
194 MEDIA_LOGI("OnStateChanged is called, current state: %{public}d", state); in OnStateChangeCb()
197 listener_->NotifyState(state); in OnStateChangeCb()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dcgroup_event_handler.h38 void HandleApplicationStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, int32_t state);
39 void HandleProcessStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, int32_t state);
86 void UpdateActivepWebRenderInfo(int32_t uid, int32_t pid, int32_t windowId, int32_t state,
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp83 WindowState state; in CheckWindowAgentFunctionsPart1() local
84 GetObject<WindowState>(state, data + startPos, size - startPos); in CheckWindowAgentFunctionsPart1()
85 agent->UpdateWindowState(state); in CheckWindowAgentFunctionsPart1()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h75 bool SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) override;
76 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason) override;
78 bool SetDisplayState(DisplayState state) override;
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_device.h207 * @param state - return current wifi state
210 virtual ErrCode GetWifiState(int &state) = 0;
509 * @Description Obtains the wifi detail state
511 * @param state - WifiDetailState object
514 virtual ErrCode GetWifiDetailState(WifiDetailState &state) = 0;
517 * @Description set satellite state
521 virtual ErrCode SetSatelliteState(const int state) = 0;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_device.h272 * @param state - return current wifi state
275 virtual ErrCode GetWifiState(int &state) = 0;
528 * @Description Obtains the wifi detail state
530 * @param state - WifiDetailState object
533 virtual ErrCode GetWifiDetailState(WifiDetailState &state) = 0;
536 * @Description set satellite state
540 virtual ErrCode SetSatelliteState(const int state) = 0;
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.h218 * @param state - return current wifi state
221 ErrCode GetWifiState(int &state) override;
536 * @Description Obtains the wifi detail state
538 * @param state - WifiDetailState object
541 ErrCode GetWifiDetailState(WifiDetailState &state) override;
544 * @Description set satellite state
545 * @param state 3009:satellite start 3010:satellite stop 3011:satellite check
549 virtual ErrCode SetSatelliteState(const int state) override;
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_device_callback_stub_test.cpp65 void OnWifiStateChanged(int state) override
70 void OnWifiConnectionChanged(int state, const WifiLinkedInfo &info) override
80 void OnWifiWpsStateChanged(int state, const std::string &pinCode) override

Completed in 22 milliseconds

1...<<351352353354355356357358359360>>...875