Home
last modified time | relevance | path

Searched refs:operation_ (Results 1 - 25 of 42) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_target.cpp25 operation_ = nullptr; in ~SyncTarget()
30 if (operation_ == nullptr) { in GetSyncId()
33 return operation_->GetSyncId(); in GetSyncId()
59 operation_ = operation; in SetSyncOperation()
63 operation_ = operation; in SetSyncOperation()
68 if (operation_ == nullptr) { in GetSyncOperation()
71 operation = operation_; in GetSyncOperation()
76 if (operation_ == nullptr) { in IsAutoSync()
79 return operation_->IsAutoSync(); in IsAutoSync()
H A Dsync_target.h25 SyncTarget() : operation_(nullptr), taskType_(0), mode_(0) {}; in SyncTarget()
55 SyncOperation *operation_; member in DistributedDB::SyncTarget
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_create_group_state.cpp36 operation_ = operation; in Enter()
37 operation_->timerId_ = timer_.Register( in Enter()
82 if (operation_ != nullptr) { in OnP2pStateChangeEvent()
83 timer_.Unregister(operation_->timerId_); in OnP2pStateChangeEvent()
85 operation_->promise_.set_value(result); in OnP2pStateChangeEvent()
95 if (operation_ == nullptr) { in OnP2pConnectionChangeEvent()
100 timer_.Unregister(operation_->timerId_); in OnP2pConnectionChangeEvent()
110 operation_->promise_.set_value(result); in OnP2pConnectionChangeEvent()
111 operation_ = nullptr; in OnP2pConnectionChangeEvent()
119 if (operation_ in OnTimeout()
[all...]
H A Dp2p_destroy_group_state.cpp36 operation_ = operation; in Enter()
37 operation_->timerId_ = timer_.Register( in Enter()
81 if (operation_ != nullptr) { in OnP2pStateChangeEvent()
82 timer_.Unregister(operation_->timerId_); in OnP2pStateChangeEvent()
84 operation_->promise_.set_value(result); in OnP2pStateChangeEvent()
95 if (operation_ == nullptr) { in OnP2pConnectionChangeEvent()
100 timer_.Unregister(operation_->timerId_); in OnP2pConnectionChangeEvent()
110 operation_->promise_.set_value(result); in OnP2pConnectionChangeEvent()
111 operation_ = nullptr; in OnP2pConnectionChangeEvent()
120 if (operation_ in OnTimeout()
[all...]
H A Dp2p_connect_state.cpp44 operation_ = operation; in Enter()
50 operation_->timerId_ = timer_.Register( in Enter()
96 if (operation_ != nullptr) { in OnP2pStateChangeEvent()
97 timer_.Unregister(operation_->timerId_); in OnP2pStateChangeEvent()
99 operation_->promise_.set_value(result); in OnP2pStateChangeEvent()
138 if (operation_ == nullptr) { in PreprocessP2pConnectionChangeEvent()
143 auto operation = std::dynamic_pointer_cast<P2pOperationWrapper<P2pConnectParam>>(operation_); in PreprocessP2pConnectionChangeEvent()
175 if (operation_ == nullptr) { in OnP2pConnectionChangeEvent()
180 timer_.Unregister(operation_->timerId_); in OnP2pConnectionChangeEvent()
189 operation_ in OnP2pConnectionChangeEvent()
[all...]
H A Dp2p_create_group_state.h45 std::shared_ptr<P2pOperation> operation_; member in OHOS::SoftBus::P2pCreateGroupState
H A Dp2p_destroy_group_state.h45 std::shared_ptr<P2pOperation> operation_; member in OHOS::SoftBus::P2pDestroyGroupState
H A Dp2p_available_state.h40 std::shared_ptr<P2pOperation> operation_; member in OHOS::SoftBus::P2pAvailableState
H A Dp2p_unavailable_state.h41 std::shared_ptr<P2pOperation> operation_; member in OHOS::SoftBus::P2pUnavailableState
H A Dp2p_connect_state.h49 std::shared_ptr<P2pOperation> operation_; member in OHOS::SoftBus::P2pConnectState
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp137 operation_ = want.operation_; in Want()
143 operation_ = want.operation_; in operator =()
154 return operation_.GetFlags(); in GetFlags()
164 operation_.SetFlags(flags); in SetFlags()
175 operation_.AddFlags(flags); in AddFlags()
186 operation_.RemoveFlags(flags); in RemoveFlags()
195 return ElementName(operation_.GetDeviceId(), operation_ in GetElement()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp87 operation_ = other.operation_; in DistributedWant()
93 operation_ = other.operation_; in operator =()
109 operation_ = *op; in DistributedWant()
149 return operation_.GetFlags(); in GetFlags()
154 operation_.SetFlags(flags); in SetFlags()
160 operation_.AddFlags(flags); in AddFlags()
166 operation_.RemoveFlags(flags); in RemoveFlags()
171 return ElementName(operation_ in GetElement()
[all...]
/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/
H A Daccessibility_element_operator_impl_test.cpp48 std::shared_ptr<MockAccessibilityElementOperator> operation_ = nullptr; member in OHOS::Accessibility::AccessibilityElementOperatorImplUnitTest
61 operation_ = std::make_shared<MockAccessibilityElementOperator>(); in SetUp()
63 mockStub_ = new AccessibilityElementOperatorImpl(windowID_, operation_, *asac_); in SetUp()
96 EXPECT_CALL(*operation_, SearchElementInfoByAccessibilityId(_, _, _, _)).Times(1); in HWTEST_F()
114 EXPECT_CALL(*operation_, SearchElementInfosByText(_, _, _, _)).Times(1); in HWTEST_F()
132 EXPECT_CALL(*operation_, FindFocusedElementInfo(_, _, _, _)).Times(1); in HWTEST_F()
150 EXPECT_CALL(*operation_, FocusMoveSearch(_, _, _, _)).Times(1); in HWTEST_F()
168 EXPECT_CALL(*operation_, ExecuteAction(_, _, _, _, _)).Times(1); in HWTEST_F()
187 EXPECT_CALL(*operation_, ClearFocus()).Times(1); in HWTEST_F()
205 EXPECT_CALL(*operation_, OutsideTouc in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_manager_event_subscriber_test/
H A Dability_manager_event_subscriber_test.cpp56 data.want_.operation_.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED; in HWTEST_F()
59 data.want_.operation_.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_USER_UNLOCKED; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp149 operation_ = StackOperation::PUSH_PAGE; in PushPage()
172 operation_ = StackOperation::POP; in Pop()
196 operation_ = StackOperation::POP_TO_PAGE; in PopToPage()
203 operation_ = StackOperation::RESTORE; in RestorePopPage()
230 operation_ = StackOperation::REPLACE; in Replace()
241 operation_ = StackOperation::CLEAR; in ClearOffStage()
254 switch (operation_) { in PerformBuild()
290 if (routerListener_ && (operation_ == StackOperation::REPLACE || operation_ == StackOperation::CLEAR)) { in PerformBuild()
519 pendingOperation_ = operation_; in PerformPushPage()
[all...]
H A Dstage_element.h56 return operation_; in GetStackOperation()
104 StackOperation operation_ { StackOperation::NONE };
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_hevcdec_unit_test.cpp655 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
687 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
718 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
750 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
784 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
816 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
849 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
881 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
914 vdec->operation_ = VideoDecHevcDecTest::GetParam(); in AVCODEC_MTEST_P()
949 vdec->operation_ in AVCODEC_MTEST_P()
[all...]
H A Dvideoenc_stable_unit_test.cpp400 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
430 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
458 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
487 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
520 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
550 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
584 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
616 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
649 venc->operation_ = VideoEncStableTest::GetParam(); in AVCODEC_MTEST_P()
682 venc->operation_ in AVCODEC_MTEST_P()
[all...]
H A Dvideodec_stable_unit_test.cpp484 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
514 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
543 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
573 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
605 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
636 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
669 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
701 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
734 vdec->operation_ = VideoDecStableTest::GetParam(); in AVCODEC_MTEST_P()
769 vdec->operation_ in AVCODEC_MTEST_P()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animator_bridge.h101 explicit JsiAnimatorTaskOperation(AnimatorOperation operation) : operation_(operation) {}; in JsiAnimatorTaskOperation()
106 AnimatorOperation operation_ = AnimatorOperation::NONE; member in OHOS::Ace::Framework::JsiAnimatorTaskOperation
H A Djsi_animation_bridge.h109 explicit JsiAnimationBridgeTaskOperation(AnimationOperation operation) : operation_(operation) {} in JsiAnimationBridgeTaskOperation()
114 AnimationOperation operation_ = AnimationOperation::NONE; member in OHOS::Ace::Framework::JsiAnimationBridgeTaskOperation
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp189 if (operation.operation_ == NodeOperation::ATTACH) { in RunOperation()
191 } else if (operation.operation_ == NodeOperation::DETACH) { in RunOperation()
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.h50 AnimationOperation operation_ { AnimationOperation::PLAY };
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state_test.cpp70 std::dynamic_pointer_cast<P2pOperationWrapper<P2pConnectParam>>(g_p2pConnectStateInstance->operation_); in HWTEST_F()
/foundation/ability/ability_base/test/unittest/want/
H A Doperation_test.cpp327 Operation operation_; in HWTEST_F() local
340 operation_ = *(operation.get()); in HWTEST_F()
342 EXPECT_EQ(true, operation_ == *(operation.get())); in HWTEST_F()

Completed in 14 milliseconds

12