Home
last modified time | relevance | path

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

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
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 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 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;
H A Dsync_engine.cpp748 int SyncEngine::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
769 for (const auto &dev : targets) { in SetEqualIdentifier()
780 communicatorProxy_->SetEqualCommunicator(communicator, identifier, targets); in SetEqualIdentifier()
801 void SyncEngine::SetEqualIdentifierMap(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifierMap() argument
810 for (const auto &device : targets) { in SetEqualIdentifierMap()
H A Dgeneric_syncer.h91 int SetEqualIdentifier(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/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/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/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
/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...]
/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/include/zidl/
H A Dwindow_manager_proxy.h79 std::vector<sptr<RSWindowAnimationTarget>>& targets) override;
/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h79 std::vector<sptr<RSWindowAnimationTarget>>& targets);
/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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.h82 const std::vector<std::string> &targets);

Completed in 17 milliseconds

123