Home
last modified time | relevance | path

Searched refs:state (Results 2576 - 2600 of 2800) sorted by relevance

1...<<101102103104105106107108109110>>...112

/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avcast_controller_callback.h146 MSERR_INVALID_STATE, // the state is not support this operation.
270 {MSERR_INVALID_STATE, "the state is not support this operation"},
497 void OnCastPlaybackStateChange(const AVPlaybackState& state) override;
/foundation/multimedia/av_session/services/session/server/test/
H A Davcontroller_callback_stub_test.cpp102 void OnPlaybackStateChange(const AVPlaybackState &state) override {};
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h198 * readonly state: AVPlayState
252 * on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;
327 void NotifyState(PlayerStates state) override;
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp313 void PointerDrawingManager::SetMouseDisplayState(bool state) {} in SetMouseDisplayState() argument
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp165 FI_HILOGI("Get drag state, from:%{public}d", context.pid); in GetParam()
452 return env_->GetDragManager().EnterTextEditorArea(param.state); in EnterTextEditorArea()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h97 void SetMouseDisplayState(bool state) override;
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h133 bool state { false };
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h260 void OnSessionStateChange(const SessionState& state);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_manager.cpp231 info.state = value->GetState(); in GetAllLinksBasicInfo()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp43 void OnSoftBusWifiScanResult(int32_t state, int32_t size) { } in OnSoftBusWifiScanResult() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h101 void HandleP2pEnhanceStateChange(int state);
328 * @Description Destruct state.
341 * @Description Build state tree
360 * @Description Initializing state of Self Cure.
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp53 void OnUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> &paraSubStateMachine, int state,
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_p2p_callback_stub_test.cpp66 void OnP2pStateChanged(int state) override
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/callback/
H A Ddcamera_source_callback_test.cpp62 void OnStateChanged(const std::string &uuid, const std::string &dhId, const BusinessState state) override
64 DHLOGI("Handle state changed event");
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp112 obj.AddProp("state", NVal::CreateInt32(env, (int32_t)msg->downloadProgress_.state).val_); in OnComplete()
118 obj.AddProp("state", NVal::CreateInt32(env, (int32_t)msg->downloadProgress_.batchState).val_); in OnComplete()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c90 /* Socket state is in free state, skip and continue */ in SpungeEpollFreeResource()
241 (sock->netconn->state == CONN_STATE_CLOSED)) { in SpungeCloseCBSocket()
458 FILLP_LOGINF("socket state = %u is not in connecting state for the conn", in SpungeSendConnectMsg()
465 FILLP_LOGWAR("connection state idle for the conn"); in SpungeSendConnectMsg()
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp707 * CaseDescription: verify the ScheduleConnectAbilityDoneLocked function when the state is CONNECTED.
815 * CaseDescription: verify the input serviceToken which corresponding connection list members' state
820 // test for schedule the service connected done but the corresponding connection state is not CONNECTING in HWTEST_F()
823 serviceToken_, serviceRecord_, callbackA_); // newConnRecord1's default state is INIT in HWTEST_F()
827 newConnRecord2->SetConnectState(ConnectionState::DISCONNECTING); // newConnRecord2's state is DISCONNECTING in HWTEST_F()
847 * CaseDescription: verify the scene : 1.serviceToken's corresponding connection list member's state is CONNECTING.
852 // test for schedule the service connected done but the corresponding connection state is not CONNECTING in HWTEST_F()
855 serviceToken_, serviceRecord_, nullptr); // newConnRecord1's default state is INIT in HWTEST_F()
857 newConnRecord1->SetConnectState(ConnectionState::CONNECTING); // newConnRecord1's state is CONNECTING in HWTEST_F()
875 * CaseDescription: verify the scene : 1.serviceToken's corresponding connection list member's state i
1604 int state = AbilityState::INACTIVE; HWTEST_F() local
1943 int state = 0; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp2017 TextMetrics CustomPaintPaintMethod::MeasureTextMetrics(const std::string& text, const PaintState& state) in MeasureTextMetrics() argument
2022 style.textAlign = Constants::ConvertTxtTextAlign(state.GetTextAlign()); in MeasureTextMetrics()
2027 ConvertTxtStyle(state.GetTextStyle(), txtStyle); in MeasureTextMetrics()
2028 txtStyle.fontSize = state.GetTextStyle().GetFontSize().Value(); in MeasureTextMetrics()
2043 auto textAlign = state.GetTextAlign(); in MeasureTextMetrics()
2044 auto textBaseLine = state.GetTextStyle().GetTextBaseline(); in MeasureTextMetrics()
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp708 * FunctionPoints: Update application state using correct args.
715 for (ApplicationState state = ApplicationState::APP_STATE_CREATE; state < ApplicationState::APP_STATE_END; in HWTEST_F()
716 state = (ApplicationState)(static_cast<std::underlying_type<ApplicationState>::type>(state) + 1)) { in HWTEST_F()
717 record->SetState(state); in HWTEST_F()
718 EXPECT_EQ(record->GetState(), state); in HWTEST_F()
726 * FunctionPoints: Update application state using wrong args.
1048 * CaseDescription: Test abnormal case of LaunchApplication with wrong state.
1134 * CaseDescription: Test normal case of multiple LaunchAbility with wrong state afte
[all...]
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_hdiService_test_3rd.cpp339 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.state is -1
347 msg.state = -1; in HWTEST_F()
357 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.state is 0
365 msg.state = 0; in HWTEST_F()
375 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.state is 1
383 msg.state = 1; in HWTEST_F()
393 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.state is 2
401 msg.state = 2; in HWTEST_F()
411 * @tc.desc: Call function V1 SendCdmaSms, slotId is 0, msg.state is 3
419 msg.state in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp959 // set tabs invisible item freeze state. in OnDirtyLayoutWrapperSwap()
5219 ScrollResult SwiperPattern::HandleScroll(float offset, int32_t source, NestedState state, float velocity)
5221 if (state == NestedState::CHILD_CHECK_OVER_SCROLL) {
5224 if (IsHorizontalAndRightToLeft() && state != NestedState::GESTURE) {
5237 if (state != NestedState::GESTURE) {
5258 if (IsOutOfBoundary(offset) && ChildFirst(state)) {
5268 result = HandleScrollParentFirst(offset, source, state, velocity);
5271 result = HandleScrollSelfFirst(offset, source, state, velocity);
5276 ScrollResult SwiperPattern::HandleScrollParentFirst(float offset, int32_t source, NestedState state, float velocity)
5291 if (ChildFirst(state)) {
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp922 HILOGE("Mission continue state set to INACTIVE. Can't continue. Mission id: %{public}d", missionId); in ContinueLocalMission()
1470 const std::list<ConnectAbilitySession> &sessionsList, DSchedEventState state, int32_t ret) in NotifyCollaborateEventWithSessions()
1475 GetCurSrcCollaborateEvent(session.GetCallerInfo(), element, state, ret, tempEvent); in NotifyCollaborateEventWithSessions()
1482 const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) in GetCurSrcCollaborateEvent()
1499 event.state_ = state; in GetCurSrcCollaborateEvent()
1503 const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) in GetCurDestCollaborateEvent()
1521 event.state_ = state; in GetCurDestCollaborateEvent()
2915 int32_t DistributedSchedService::SetMissionContinueState(int32_t missionId, const AAFwk::ContinueState &state) in SetMissionContinueState() argument
2917 return DMSContinueSendMgr::GetInstance().SetMissionContinueState(missionId, state); in SetMissionContinueState()
3368 HILOGD("register app state observe in RegisterAppStateObserver()
1469 NotifyCollaborateEventWithSessions( const std::list<ConnectAbilitySession> &sessionsList, DSchedEventState state, int32_t ret) NotifyCollaborateEventWithSessions() argument
1481 GetCurSrcCollaborateEvent(const CallerInfo &callerInfo, const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) GetCurSrcCollaborateEvent() argument
1502 GetCurDestCollaborateEvent(const CallerInfo &callerInfo, const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) GetCurDestCollaborateEvent() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp1508 auto state = static_cast<VisualState>(INDEX); in HWTEST_F() local
1509 ViewStackProcessor::GetInstance()->SetVisualState(state); in HWTEST_F()
1580 auto state = static_cast<VisualState>(INDEX); in HWTEST_F() local
1581 ViewStackProcessor::GetInstance()->SetVisualState(state); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp682 void SearchModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument
690 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
1871 void SearchModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument
1878 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp1908 void TextFieldModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument
1912 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
2154 void TextFieldModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument
2159 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()

Completed in 57 milliseconds

1...<<101102103104105106107108109110>>...112