Home
last modified time | relevance | path

Searched refs:targets (Results 1 - 25 of 56) sorted by relevance

123

/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp173 std::vector<int> targets; in TEST_F() local
174 selector.Select(w1, *iterator.get(), visits, targets); in TEST_F()
175 ASSERT_EQ(0, targets.size()); in TEST_F()
185 std::vector<int> targets; in TEST_F() local
186 selector.Select(w1, *iterator.get(), visits, targets); in TEST_F()
188 ASSERT_EQ(1, targets.size()); in TEST_F()
190 ASSERT_EQ("4", visits[targets[0]].GetAttr(UiAttr::ACCESSIBILITY_ID)); in TEST_F()
202 std::vector<int> targets; in TEST_F() local
203 selector.Select(w1, *iterator.get(), visits, targets); in TEST_F()
205 ASSERT_EQ(1, targets in TEST_F()
217 std::vector<int> targets; TEST_F() local
240 std::vector<int> targets; TEST_F() local
259 std::vector<int> targets; TEST_F() local
281 std::vector<int> targets; TEST_F() local
308 std::vector<int> targets; TEST_F() local
332 std::vector<int> targets; TEST_F() local
358 std::vector<int> targets; TEST_F() local
384 std::vector<int> targets; TEST_F() local
404 std::vector<int> targets; TEST_F() local
425 std::vector<int> targets; TEST_F() local
451 std::vector<int> targets; TEST_F() local
476 std::vector<int> targets; TEST_F() local
504 std::vector<int> targets; TEST_F() local
589 std::vector<int> targets; TEST_F() local
609 std::vector<int> targets; TEST_F() local
631 std::vector<int> targets; TEST_F() local
654 std::vector<int> targets; TEST_F() local
682 std::vector<int> targets; TEST_F() local
708 std::vector<int> targets; TEST_F() local
735 std::vector<int> targets; TEST_F() local
765 std::vector<int> targets; TEST_F() local
791 std::vector<int> targets; TEST_F() local
817 std::vector<int> targets; TEST_F() local
843 std::vector<int> targets; TEST_F() local
867 std::vector<int> targets; TEST_F() local
892 std::vector<int> targets; TEST_F() local
932 std::vector<int> targets; TEST_F() local
963 std::vector<int> targets; TEST_F() local
995 std::vector<int> targets; TEST_F() local
[all...]
H A Dselect_strategy_test.cpp239 std::vector<int> targets; in TEST() local
252 afterStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST()
254 ASSERT_EQ(targets.size(), 0); in TEST()
314 std::vector<int> targets; in TEST() local
325 beforeStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST()
327 ASSERT_EQ(targets.size(), 0); in TEST()
438 std::vector<int> targets; in TEST() local
450 withInStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST()
452 ASSERT_EQ(targets.size(), 0); in TEST()
535 std::vector<int> targets; in TEST() local
598 std::vector<int> targets; TEST() local
627 std::vector<int> targets; TEST() local
657 std::vector<int> targets; TEST() local
688 std::vector<int> targets; TEST() local
717 std::vector<int> targets; TEST() local
747 std::vector<int> targets; TEST() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.cpp235 const std::vector<std::string> &targets) in SetEqualCommunicator()
244 auto iter = std::find_if(targets.begin(), targets.end(), in SetEqualCommunicator()
248 if (iter == targets.end()) { in SetEqualCommunicator()
257 for (const auto &target : targets) { in SetEqualCommunicator()
234 SetEqualCommunicator(ICommunicator *communicator, const std::string &identifier, const std::vector<std::string> &targets) SetEqualCommunicator() argument
H A Disync_engine.h67 virtual int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) = 0;
72 virtual void SetEqualIdentifierMap(const std::string &identifier, const std::vector<std::string> &targets) = 0;
H A Dsyncer_proxy.cpp202 int SyncerProxy::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
207 return syncer_->SetEqualIdentifier(identifier, targets); in SetEqualIdentifier()
H A Dcommunicator_proxy.h54 const std::vector<std::string> &targets);
H A Dsync_engine.h81 int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) override;
85 void SetEqualIdentifierMap(const std::string &identifier, const std::vector<std::string> &targets) override;
/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py150 targets = args.target
151 if targets is not None:
152 for target in targets:
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_utils.cpp67 const std::vector<sptr<RSWindowAnimationTarget>>& targets) in CreateJsWindowAnimationTargetArray()
71 napi_create_array_with_length(env, targets.size(), &array); in CreateJsWindowAnimationTargetArray()
73 for (const auto& item : targets) { in CreateJsWindowAnimationTargetArray()
66 CreateJsWindowAnimationTargetArray(napi_env env, const std::vector<sptr<RSWindowAnimationTarget>>& targets) CreateJsWindowAnimationTargetArray() argument
H A Drs_window_animation_utils.h35 const std::vector<sptr<RSWindowAnimationTarget>>& targets);
H A Drs_window_animation_manager.cpp253 std::vector<sptr<RSWindowAnimationTarget>> targets; in OnGetWindowAnimationTargets()
255 SingletonContainer::Get<WindowAdapter>().GetWindowAnimationTargets(missionIds, targets); in OnGetWindowAnimationTargets()
258 WALOGD("Resolve get window animation targets!"); in OnGetWindowAnimationTargets()
259 task.Resolve(env, RSWindowAnimationUtils::CreateJsWindowAnimationTargetArray(env, targets)); in OnGetWindowAnimationTargets()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_pragma.h121 PragmaSetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in PragmaSetEqualIdentifier()
123 targets_(targets) {} in PragmaSetEqualIdentifier()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp262 std::set<std::string> targets; in SetShortkeyMultiTarget() local
263 std::copy_if(name.begin(), name.end(), std::inserter(targets, targets.end()), in SetShortkeyMultiTarget()
264 [&targets](const std::string &target) { in SetShortkeyMultiTarget()
265 targets.insert(target); in SetShortkeyMultiTarget()
275 Utils::VectorToString(std::vector<std::string>(targets.begin(), targets.end()), stringOut); in SetShortkeyMultiTarget()
281 shortkeyMultiTarget_ = std::vector<std::string>(targets.begin(), targets.end()); in SetShortkeyMultiTarget()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.cpp185 std::list<ExposureWrapper> targets; in ApplyExposureCfgInner() local
186 GetMatchedNodes(pageUrl, rootNode, exposureSet, targets); in ApplyExposureCfgInner()
187 for (auto& item : targets) { in ApplyExposureCfgInner()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/
H A Dsync_fuzzer.cpp216 std::vector<std::string> targets; in OtherOperation() local
222 targets.push_back(tmpStr); in OtherOperation()
227 g_kvDelegatePtr->SetEqualIdentifier(tmpIdentifier, targets); in OtherOperation()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp1056 std::vector<sptr<RSWindowAnimationTarget>> targets; in HWTEST_F() local
1057 EXPECT_EQ(WMError::WM_ERROR_NO_MEM, RemoteAnimation::GetWindowAnimationTargets(missionIds, targets)); in HWTEST_F()
1069 std::vector<sptr<RSWindowAnimationTarget>> targets; in HWTEST_F() local
1070 WMError ret = RemoteAnimation::GetWindowAnimationTargets(missionIds, targets); in HWTEST_F()
1072 EXPECT_EQ(true, targets.empty()); in HWTEST_F()
1088 std::vector<sptr<RSWindowAnimationTarget>> targets; in HWTEST_F() local
1089 WMError ret = RemoteAnimation::GetWindowAnimationTargets(missionIds, targets); in HWTEST_F()
1091 ASSERT_GE(targets.size(), 1); in HWTEST_F()
1092 ASSERT_NE(targets[0], nullptr); in HWTEST_F()
1093 EXPECT_EQ(true, targets[ in HWTEST_F()
1120 std::vector<sptr<RSWindowAnimationTarget>> targets; HWTEST_F() local
1136 std::vector<sptr<RSWindowAnimationTarget>> targets; HWTEST_F() local
1173 std::vector<sptr<RSWindowAnimationTarget>> targets; HWTEST_F() local
[all...]
H A Dwindow_manager_stub_impl.h151 std::vector<sptr<RSWindowAnimationTarget>>& targets) override
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dresource_manager.py83 targets = root.iter("target")
84 for target in targets:
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp250 CreatedTargetHandles FillCreatedTargets(const RenderNodeDefaultCameraController::CreatedTargets& targets) in FillCreatedTargets() argument
253 targets.outputColor.GetHandle(), in FillCreatedTargets()
254 targets.depth.GetHandle(), in FillCreatedTargets()
255 targets.colorResolve.GetHandle(), in FillCreatedTargets()
256 targets.colorMsaa.GetHandle(), in FillCreatedTargets()
257 targets.depthMsaa.GetHandle(), in FillCreatedTargets()
258 targets.baseColor.GetHandle(), in FillCreatedTargets()
259 targets.velocityNormal.GetHandle(), in FillCreatedTargets()
260 targets.material.GetHandle(), in FillCreatedTargets()
272 RenderNodeDefaultCameraController::CreatedTargets& targets) in CreateBaseColorTarget()
269 CreateBaseColorTarget(IRenderNodeGpuResourceManager& gpuResourceMgr, const RenderCamera& camera, const string_view us, const string_view customCamRngId, const RenderNodeDefaultCameraController::CameraResourceSetup& cameraResourceSetup, RenderNodeDefaultCameraController::CreatedTargets& targets) CreateBaseColorTarget() argument
[all...]
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py72 targets = root.iter("target")
73 for target in targets:
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.h90 int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h100 int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) override;
H A Disyncer.h120 virtual int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) = 0;
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp487 std::vector<sptr<RSWindowAnimationTarget>> targets; in OnRemoteRequest() local
488 WMError errCode = GetWindowAnimationTargets(missionIds, targets); in OnRemoteRequest()
489 if (!MarshallingHelper::MarshallingVectorParcelableObj<RSWindowAnimationTarget>(reply, targets)) { in OnRemoteRequest()
490 WLOGFE("Write window animation targets failed"); in OnRemoteRequest()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h79 std::vector<sptr<RSWindowAnimationTarget>>& targets) override;

Completed in 20 milliseconds

123