/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | sync_options_test.cpp | 81 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 D | kv_adapter_test.cpp | 340 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 D | navigator_event_hub_test_ng.cpp | 52 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 D | navigator_pattern_test_ng.cpp | 129 * @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 D | sync_options.h | 28 PUSH, member in OHOS::DeviceProfile::SyncMode 47 SyncMode syncMode_ {SyncMode::PUSH};
|
/foundation/arkui/ace_engine/frameworks/core/components/navigator/ |
H A D | navigator_component.h | 28 PUSH, member in OHOS::Ace::NavigatorType 116 NavigatorType type_ = NavigatorType::PUSH;
|
H A D | render_navigator.h | 46 if (type_ == NavigatorType::DEFAULT || type_ == NavigatorType::PUSH) { in SetTargetContainer()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_event_hub.cpp | 41 case NavigatorType::PUSH: in NavigatePage() 74 case NavigatorType::PUSH: in GetNavigatorType()
|
H A D | navigator_event_hub.h | 76 NavigatorType type_ = NavigatorType::PUSH;
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | allow_type.h | 31 PUSH = 1 << 5, member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_transition_effect.h | 134 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 D | subject.js | 94 PUSH: 'push', 122 if (ObservedMethods.PUSH === key || ObservedMethods.UNSHIFT === key) {
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | page_transition_common.h | 37 PUSH, member in OHOS::Ace::RouteType
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_navigator_ffi.cpp | 31 NavigatorModel::GetInstance()->SetType(NavigatorType::PUSH); in FfiOHOSAceFrameworkNavigatorCreate()
|
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_info.h | 41 case RouteType::PUSH: in ProcessPageTransitionType() 53 case RouteType::PUSH: in ProcessPageTransitionType()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_abstract.h | 38 PUSH, member in OHOS::Ace::CJPageRouterAbstract::RouterAction 51 RouterAction action = RouterAction::PUSH;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigator.cpp | 67 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 D | ui_service_mgr_interface.h | 59 PUSH, enumerator
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/ |
H A D | transfer.h | 61 PUSH, member in OHOS::Media::Effect::WorkMode
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
H A D | sync_types.h | 39 PUSH, enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 710 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 D | single_ver_data_sync_utils.cpp | 31 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 D | navigation_declaration.h | 212 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 D | navrouter_group_node.cpp | 164 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 D | extension_ability_info.h | 56 PUSH = 17, member in OHOS::AppExecFwk::ExtensionAbilityType
|