Home
last modified time | relevance | path

Searched refs:PUSH (Results 1 - 25 of 101) sorted by relevance

12345

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_options_test.cpp81 syncPtr->SetSyncMode(SyncMode::PUSH); in HWTEST_F()
83 EXPECT_EQ(SyncMode::PUSH, mode); in HWTEST_F()
97 syncPtr->SetSyncMode(SyncMode::PUSH); in HWTEST_F()
118 syncPtr->SetSyncMode(SyncMode::PUSH); in HWTEST_F()
H A Dkv_adapter_test.cpp340 EXPECT_EQ(DP_KV_DB_PTR_NULL, kvStore->Sync(deviceList, SyncMode::PUSH)); in HWTEST_F()
352 EXPECT_EQ(DP_INVALID_PARAMS, kvStore->Sync(deviceList, SyncMode::PUSH)); in HWTEST_F()
357 EXPECT_EQ(DP_INVALID_PARAMS, kvStore->Sync(deviceList, SyncMode::PUSH)); in HWTEST_F()
370 SyncMode mode = SyncMode::PUSH; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_event_hub_test_ng.cpp52 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
122 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
178 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
197 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
219 navigatorEventHub.SetType(NavigatorType::PUSH); in HWTEST_F()
H A Dnavigator_pattern_test_ng.cpp129 * @tc.desc: Test PUSH navigator.
139 testProperty.typeValue = std::make_optional(NavigatorType::PUSH); in HWTEST_F()
153 EXPECT_EQ(eventHub->GetType(), NavigatorType::PUSH); in HWTEST_F()
209 EXPECT_EQ(eventHub->GetType(), NavigatorType::PUSH); in HWTEST_F()
225 testProperty.typeValue = std::make_optional(NavigatorType::PUSH); in HWTEST_F()
239 EXPECT_EQ(eventHub->GetType(), NavigatorType::PUSH); in HWTEST_F()
264 testProperty.typeValue = std::make_optional(NavigatorType::PUSH); in HWTEST_F()
286 testProperty.typeValue = std::make_optional(NavigatorType::PUSH); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dsync_options.h28 PUSH, member in OHOS::DeviceProfile::SyncMode
47 SyncMode syncMode_ {SyncMode::PUSH};
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h28 PUSH, member in OHOS::Ace::NavigatorType
116 NavigatorType type_ = NavigatorType::PUSH;
H A Drender_navigator.h46 if (type_ == NavigatorType::DEFAULT || type_ == NavigatorType::PUSH) { in SetTargetContainer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp41 case NavigatorType::PUSH: in NavigatePage()
74 case NavigatorType::PUSH: in GetNavigatorType()
H A Dnavigator_event_hub.h76 NavigatorType type_ = NavigatorType::PUSH;
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dallow_type.h31 PUSH = 1 << 5, member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_transition_effect.h134 return type_ == PageTransitionType::ENTER && animationOption_.routeType != RouteType::PUSH; in CanFit()
138 return type_ == PageTransitionType::EXIT && animationOption_.routeType != RouteType::PUSH; in CanFit()
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dsubject.js94 PUSH: 'push',
122 if (ObservedMethods.PUSH === key || ObservedMethods.UNSHIFT === key) {
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dpage_transition_common.h37 PUSH, member in OHOS::Ace::RouteType
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_navigator_ffi.cpp31 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in FfiOHOSAceFrameworkNavigatorCreate()
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h41 case RouteType::PUSH: in ProcessPageTransitionType()
53 case RouteType::PUSH: in ProcessPageTransitionType()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h38 PUSH, member in OHOS::Ace::CJPageRouterAbstract::RouterAction
51 RouterAction action = RouterAction::PUSH;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigator.cpp67 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in Create()
86 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in SetType()
/foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager/include/
H A Dui_service_mgr_interface.h59 PUSH, enumerator
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dtransfer.h61 PUSH, member in OHOS::Media::Effect::WorkMode
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_types.h39 PUSH, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp710 auto status = kvdbServiceImpl_->ConvertDBMode(SyncMode::PUSH); in HWTEST_F()
726 auto status = kvdbServiceImpl_->ConvertGeneralSyncMode(SyncMode::PUSH, SyncAction::ACTION_SUBSCRIBE); in HWTEST_F()
728 status = kvdbServiceImpl_->ConvertGeneralSyncMode(SyncMode::PUSH, SyncAction::ACTION_UNSUBSCRIBE); in HWTEST_F()
730 status = kvdbServiceImpl_->ConvertGeneralSyncMode(SyncMode::PUSH, SyncAction::ACTION_SYNC); in HWTEST_F()
737 status = kvdbServiceImpl_->ConvertGeneralSyncMode(SyncMode::PUSH, action); in HWTEST_F()
749 auto status = kvdbServiceImpl_->ConvertType(SyncMode::PUSH); in HWTEST_F()
790 EXPECT_EQ(status, SyncMode::PUSH); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp31 case SyncModeType::PUSH: in FillPermissionCheckParam()
298 if (curMode == SyncModeType::PUSH || curMode == SyncModeType::PULL) { in GetReSendMode()
302 return (syncType == SyncType::QUERY_SYNC_TYPE) ? SyncModeType::QUERY_PUSH : SyncModeType::PUSH; in GetReSendMode()
309 return (syncType == SyncType::QUERY_SYNC_TYPE) ? SyncModeType::QUERY_PUSH : SyncModeType::PUSH; in GetReSendMode()
628 if (packet->GetMode() == SyncModeType::PUSH || packet->GetMode() == SyncModeType::QUERY_PUSH) { in UpdateSyncProcess()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h212 PUSH, member in OHOS::Ace::NG::NavRouteMode
217 PUSH = 1, member in OHOS::Ace::NG::NavigationOperation
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavrouter_group_node.cpp164 if (shallowBuilder && navRouteMode != NavRouteMode::PUSH) { in AddNavDestinationToNavigation()
168 if (destinationContent && navRouteMode != NavRouteMode::PUSH) { in AddNavDestinationToNavigation()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dextension_ability_info.h56 PUSH = 17, member in OHOS::AppExecFwk::ExtensionAbilityType

Completed in 10 milliseconds

12345