Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp91 int ObexMpClient::SetPath(uint8_t flag, const std::u16string &path) in SetPath() function in OHOS::bluetooth::ObexMpClient
94 return ObexClient::SetPath(flag, path); in SetPath()
97 int ObexMpClient::SetPath(const std::vector<std::u16string> &paths) in SetPath() function in OHOS::bluetooth::ObexMpClient
110 return ObexClient::SetPath(OBEX_SETPATH_NOCREATE, u""); in SetPath()
324 int ret = ObexClient::SetPath(OBEX_SETPATH_NOCREATE, setPathObject->GetNextPath()); in SetPathDataAvailable()
H A Dobex_mp_client.h68 int SetPath(uint8_t flag, const std::u16string &path);
75 int SetPath(const std::vector<std::u16string> &paths);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_text_path_component.cpp66 void SvgTextPathComponent::SetPath(const std::string& path) in SetPath() function in OHOS::Ace::SvgTextPathComponent
68 declaration_->SetPath(path); in SetPath()
H A Dsvg_text_path_component.h37 void SetPath(const std::string& path);
H A Drender_svg_text_path.h52 void SetPath(const std::string& path) in SetPath() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_hm_symbol.cpp39 pathTmp.GetImpl<SkiaPath>()->SetPath(skPathTmp); in PathOutlineDecompose()
61 pathTmp.GetImpl<SkiaPath>()->SetPath(skPathTmp); in MultilayerPath()
H A Dskia_region.cpp45 bool SkiaRegion::SetPath(const Path& path, const Region& clip) in SetPath() function in OHOS::Rosen::Drawing::SkiaRegion
69 skiaPath->SetPath(skPath); in GetBoundaryPath()
H A Dskia_region.h39 bool SetPath(const Path& path, const Region& clip) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp46 bool Region::SetPath(const Path& path, const Region& clip) in SetPath() function in OHOS::Rosen::Drawing::Region
48 return impl_->SetPath(path, clip); in SetPath()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dvolume_external_test.cpp53 volumeexternal.SetPath(path);
104 volumeexternal.SetPath(path);
159 volumeexternal.SetPath("/");
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp36 DECLARE_NAPI_FUNCTION("setPath", JsRegion::SetPath), in Init()
236 napi_value JsRegion::SetPath(napi_env env, napi_callback_info info) in SetPath() function in OHOS::Rosen::Drawing::JsRegion
265 return CreateJsValue(env, m_region->SetPath(*jsPath->GetPath(), *jsClip->GetRegion())); in OnSetPath()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dmedia_sink.cpp39 void MediaSink::SetPath(const std::string& path) in SetPath() function in OHOS::Media::Plugin::MediaSink
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dmedia_sink.h29 void SetPath(const std::string& path);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path.h48 void SetPath(const std::shared_ptr<RSPath> path);
H A Dtexgine_path.cpp26 void TexginePath::SetPath(const std::shared_ptr<RSPath> path) in SetPath() function in OHOS::Rosen::TextEngine::TexginePath
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dregion_test.cpp91 EXPECT_FALSE(region->SetPath(path, clip));
107 EXPECT_FALSE(region->SetPath(path, clip));
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/volumeexternal_fuzzer/
H A Dvolumeexternal_fuzzer.cpp33 volumeexternal.SetPath(metaData); in FileUtilFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/databaseoncreate_fuzzer/
H A Ddatabaseoncreate_fuzzer.cpp39 config.SetPath(std::move(realPath)); in DatabaseOnCreateFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/pmsdatabaseoncreate_fuzzer/
H A Dpmsdatabaseoncreate_fuzzer.cpp39 config.SetPath(std::move(realPath)); in PmsDatabaseOnCreateFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h31 void SetPath(const std::string& path) in SetPath() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dregion_impl.h35 virtual bool SetPath(const Path& path, const Region& clip) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_path_declaration.cpp50 declaration.SetPath(val); in SetSpecializedValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h53 void SetPath(const std::shared_ptr<RSPath>& path);
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dvolume_external.h49 void SetPath(std::string path);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h65 virtual bool SetPath(const Path& path, const Region& clip);

12345