Home
last modified time | relevance | path

Searched refs:state (Results 5301 - 5325 of 7702) sorted by relevance

1...<<211212213214215216217218219220>>...309

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.h493 enum rkcif_state state; member
552 enum rkcif_lvds_state state; member
673 enum rkcif_state state; member
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c311 * We need to ensure ordering between the shadow state and the in tls_thread_flush()
312 * hardware state, so that we don't corrupt the hardware state in tls_thread_flush()
313 * with a stale shadow state during context switch. in tls_thread_flush()
362 * an inconsistent state, even temporarily. in arch_dup_task_struct()
461 /* Restore the UAO state depending on next's addr_limit */
474 * Force SSBS state on context-switch, since it may be lost after migrating
580 if (!p || p == current || p->state == TASK_RUNNING) { in get_wchan()
735 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
746 if (!(state in arch_elf_adjust_prot()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h452 enum rkcif_state state; member
511 enum rkcif_lvds_state state; member
634 enum rkcif_state state; member
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp129 * @brief Add form state.
131 * @param formStateCallback the host's form state callback.
132 * @param want the want of acquiring form state.
249 * @brief Form provider is acquire state
250 * @param state The form state.
253 void FormHostClient::OnAcquireState(FormState state, const AAFwk::Want &want) in OnAcquireState() argument
256 HILOG_INFO("state:%{public}d", state); in OnAcquireState()
269 HILOG_INFO("state callbac in OnAcquireState()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp497 * @brief Acquire form state.
498 * @param state form state.
503 ErrCode FormProviderMgr::AcquireFormStateBack(FormState state, const std::string& provider, const Want &wantArg) in AcquireFormStateBack() argument
505 HILOG_DEBUG("AcquireFormState start:%{public}d, provider:%{public}s", state, provider.c_str()); in AcquireFormStateBack()
506 FormDataMgr::GetInstance().AcquireFormStateBack(state, provider, wantArg); in AcquireFormStateBack()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h34 MOCK_METHOD2(UpdateAbilityState, void(const sptr<IRemoteObject>& token, const AbilityState state));
108 MOCK_METHOD2(UpdateRenderState, int32_t(pid_t renderPid, int32_t state));
243 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() argument
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_sink_demo.cpp421 info.state = static_cast<ConnectionState>(data->state); in OnInfo()
440 switch (info.state) { in OnConnectionChanged()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_context_impl.h200 void SetTerminating(bool state) override
202 isTerminating_.store(state);
214 * @brief Set mission continue state of this ability.
216 * @param state the mission continuation state of this ability.
219 ErrCode SetMissionContinueState(const AAFwk::ContinueState &state) override;
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dability_recovery.cpp58 std::string fileName = std::to_string(savedStateId) + ".state"; in GetSaveAppCachePath()
258 TAG_LOGE(AAFwkTag::RECOVERY, "not save ability state"); in ScheduleSaveAbilityState()
329 AbilityLifecycleExecutor::LifecycleState state = ability->GetState(); in IsOnForeground() local
330 TAG_LOGI(AAFwkTag::RECOVERY, "state: %{public}d", state); in IsOnForeground()
331 if (state == AbilityLifecycleExecutor::LifecycleState::FOREGROUND_NEW) { in IsOnForeground()
379 TAG_LOGE(AAFwkTag::RECOVERY, "not save ability state"); in ScheduleRestoreAbilityState()
384 TAG_LOGE(AAFwkTag::RECOVERY, "no saved state "); in ScheduleRestoreAbilityState()
400 TAG_LOGE(AAFwkTag::RECOVERY, "no saved state "); in GetSavedPageStack()
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h33 MOCK_METHOD2(UpdateAbilityState, void(const sptr<IRemoteObject>& token, const AbilityState state));
105 MOCK_METHOD2(UpdateRenderState, int32_t(pid_t renderPid, int32_t state));
240 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp28 void CastSessionImpl::BaseState::Enter(SessionState state) in Enter() argument
38 session->sessionState_ = state; in Enter()
39 CLOGI("%s enter", SESSION_STATE_STRING[static_cast<int>(state)].c_str()); in Enter()
61 CLOGI("msg: %s, session state: %s", session->MESSAGE_ID_STRING[msg.what_].c_str(), in HandleMessage()
97 CLOGW("unsupported msg: %s, in default state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
140 CLOGW("unsupported msg: %s, in disconnected state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
196 CLOGW("unsupported msg: %s, in authing state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
245 CLOGW("unsupported msg: %s, in connecting state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
274 CLOGI("in connecting state, defer message: %{public}d", msgId); in HandleSetupSuccessMessage()
325 CLOGI("in connecting state, defe in HandleConnectMessage()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp28 void CastSessionImpl::BaseState::Enter(SessionState state) in Enter() argument
38 session->sessionState_ = state; in Enter()
39 CLOGI("%s enter", SESSION_STATE_STRING[static_cast<int>(state)].c_str()); in Enter()
61 CLOGI("msg: %s, session state: %s", session->MESSAGE_ID_STRING[msg.what_].c_str(), in HandleMessage()
97 CLOGW("unsupported msg: %s, in default state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
140 CLOGW("unsupported msg: %s, in disconnected state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
196 CLOGW("unsupported msg: %s, in authing state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
245 CLOGW("unsupported msg: %s, in connecting state", MESSAGE_ID_STRING[msgId].c_str()); in HandleMessage()
274 CLOGI("in connecting state, defer message: %{public}d", msgId); in HandleSetupSuccessMessage()
325 CLOGI("in connecting state, defe in HandleConnectMessage()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs_feature.cpp143 WeakPtr<JSScroller> jsScrollerWeak, Dimension dimension, ScrollState state, bool isAtTop, bool isAtBottom) in HandleOnDidScrollEvent()
214 auto didScrollEvent = [jsScrollerWeak](Dimension dimension, ScrollState state, bool isAtTop, bool isAtBottom) { in CreateObserver()
215 HandleOnDidScrollEvent(jsScrollerWeak, dimension, state, isAtTop, isAtBottom); in CreateObserver()
142 HandleOnDidScrollEvent( WeakPtr<JSScroller> jsScrollerWeak, Dimension dimension, ScrollState state, bool isAtTop, bool isAtBottom) HandleOnDidScrollEvent() argument
H A Djs_list_item.cpp239 std::function<void(SwipeActionState state)> onStateChangeCallback; in JsParseDeleteArea()
242 func = JSRef<JSFunc>::Cast(onStateChange)](SwipeActionState state) { in JsParseDeleteArea()
244 auto params = ConvertToJSValues(state); in JsParseDeleteArea()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp35 constexpr char STATE_CONTAINER[] = "state-container";
139 LOGE("Parse %{public}s state resource %{public}s error! No root!", styleName.c_str(), attrName.c_str()); in ParseStateResource()
156 uint32_t state = STATE_NORMAL; in ParseStateResource() local
173 state |= stateFindIter->second; in ParseStateResource()
175 stateResource->SetStateValue(state, { .type = ThemeConstantsType::COLOR, .value = stateColor }); in ParseStateResource()
229 // state graphic value in ParseContent()
232 LOGW("Parse %{public}s state resource %{public}s error! xml is null!", name_.c_str(), attrName.c_str()); in ParseContent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/
H A Dpa_backend.cpp55 void PaBackend::UpdateState(Backend::State state) in UpdateState() argument
58 switch (state) { in UpdateState()
72 LOGE("error State: %d", state); in UpdateState()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h88 ScrollState state; member
92 return offset == scrollInfo.offset && state == scrollInfo.state; in operator ==()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp124 void AccessibilityCircleDrawingManager::UpdatePointerVisible(bool state) in UpdatePointerVisible() argument
126 HILOG_DEBUG("state %{public}s", state ? "true" : "false"); in UpdatePointerVisible()
132 surfaceNode_->SetVisible(state); in UpdatePointerVisible()
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp58 // if error happens, statemachine must force to jump to destroy state for releasing resource. in ~StateMachine()
85 HILOG_ERROR(HILOG_MODULE_ACE, "error input state:%{public}d", newState); in SetCurrentState()
284 HILOG_ERROR(HILOG_MODULE_ACE, "error input state:%{public}d", newState); in ChangeState()
288 State *state = stateMap_[newState]; in ChangeState() local
289 if (state != nullptr) { in ChangeState()
290 state->Handle(*this); in ChangeState()
348 // if not in init state, reset all watchers of previous page at first in RenderPage()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp452 void UIPicker::SetLoopState(bool state) in SetLoopState() argument
454 if (state == list_.GetLoopState()) { in SetLoopState()
457 list_.SetLoopState(state); in SetLoopState()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp169 int32_t state = static_cast<int32_t>(BTConnectState::DISCONNECTED); in GetConnectionState() local
170 int32_t errorCode = profile->GetDeviceState(device, state); in GetConnectionState()
175 int32_t profileState = GetProfileConnectionState(state); in GetConnectionState()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_ability_mgr_host.h116 virtual int AbilityTransitionDone(const sptr<IRemoteObject> &token, int state, const PacMap &saveData) override
141 virtual void DumpState(const std::string &args, std::vector<std::string> &state) override
438 virtual int ForceTimeoutForTest(const std::string &abilityName, const std::string &state) override
/foundation/bundlemanager/bundle_framework/services/test/mock/include/
H A Dmock_ability_mgr_host.h89 virtual int AbilityTransitionDone(const sptr<IRemoteObject> &token, int state, const PacMap &saveData) override
114 virtual void DumpState(const std::string &args, std::vector<std::string> &state) override
413 virtual int ForceTimeoutForTest(const std::string &abilityName, const std::string &state) override
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server.h131 int32_t SetCaptureSilentState(bool state) override;
168 void UpdateSessionConnectionState(const int32_t &sessionID, const int32_t &state) override;
172 int32_t SetOffloadMode(uint32_t sessionId, int32_t state, bool isAppBack) override;
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_spatialization_service_unit_test/src/
H A Daudio_spatialization_service_unit_test.cpp50 static uint32_t PackSpatializationState(AudioSpatializationState state) in PackSpatializationState() argument
52 uint32_t spatializationEnabled = state.spatializationEnabled ? 1 : 0; in PackSpatializationState()
53 uint32_t headTrackingEnabled = state.headTrackingEnabled ? 1 :0; in PackSpatializationState()

Completed in 23 milliseconds

1...<<211212213214215216217218219220>>...309