Home
last modified time | relevance | path

Searched full:path (Results 29876 - 29900 of 37931) sorted by relevance

1...<<1191119211931194119511961197119811991200>>...1518

/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp379 bool BJsonUtil::BuildOnProcessErrInfo(std::string &reportInfo, std::string path, int err) in BuildOnProcessErrInfo() argument
399 cJSON_AddStringToObject(errInfoJs, "errorMessage", path.c_str()); in BuildOnProcessErrInfo()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp233 LOGE("GetFilePath failed or file is empty, path %{public}s", physicalPath.c_str()); in CopySendFile()
243 LOGE("GetFileName failed, path %{public}s %{public}s", physicalPath.c_str(), dstPath.c_str()); in CopySendFile()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp432 string path = "/proc/self/fd/" + to_string(dstFd); in CreateStream() local
434 int readLinkRes = readlink(path.c_str(), buf.get(), BUF_SIZE); in CreateStream()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/src/
H A Dversion_info_manager_test.cpp103 DHLOGE("mkdir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in SetUpTestCase()
113 DHLOGE("remove dir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in TearDownTestCase()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp510 string path = "/test/"; in HWTEST_F() local
513 EXPECT_EQ(interfaceLibMock_->GetDentryfileName(path, caseSense), "/"); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
H A Ddb_adapter_test.cpp101 DHLOGE("mkdir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in SetUpTestCase()
120 DHLOGE("remove dir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in TearDownTestCase()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp364 std::string path; in HWTEST_F() local
366 int ret = g_servicePtr_->StopDownloadFile(path, needClean); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp257 bool XmlParse::Load(const std::string &path) in Load() argument
259 this->filePath_ = path; in Load()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp486 DHCP_LOGE("Failed to get dhcp lease file path!"); in LoadBindingRecoders()
531 DHCP_LOGE("Failed to set dhcp lease file path!"); in SaveBindingRecoders()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_types.h34 * @brief Declares the data types for drawing 2D graphics, including the canvas, brush, pen, bitmap, and path.
85 * @brief Defines a path, which is used to customize various shapes.
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp74 * infile: the path of hisi .t datafile
327 * expectedDataFile: the path of hisi .t result file
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_onDisAppear/entry/src/ohosTest/ets/MainAbility/pages/onDisAppear/
H A DOnDisAppearPage.ets415 } else if (this.targetView == 'Path') {
416 Path()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_alignRules/entry/src/main/ets/MainAbility/pages/alignRules/
H A DAlignRulesPage.ets333 } else if (this.targetView == 'Path') {
334 Path()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_aspectRatio/entry/src/main/ets/MainAbility/pages/aspectRatio/
H A DAspectRatioHeightPage.ets384 } else if (this.targetView == 'Path') {
385 Path()
H A DAspectRatioWidthPage.ets385 } else if (this.targetView == 'Path') {
386 Path()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_height/entry/src/main/ets/MainAbility/pages/height/
H A DHeightPage.ets175 } else if (this.targetView == 'Path') {
176 Path().commonStyle().width(100).backgroundColor(this.BackGroundColor)
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_size/entry/src/ohosTest/ets/MainAbility/pages/size/
H A DSizePage.ets194 } else if (this.targetView == 'Path') {
195 Path().commonStyle().backgroundColor(this.BackGroundColor)
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_stateStyles/entry/src/ohosTest/ets/MainAbility/pages/stateStyles/
H A DStateStylesPage.ets199 } else if (this.targetView == 'Path') {
200 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_useSizeType/entry/src/ohosTest/ets/MainAbility/pages/useSizeType/
H A DUseSizeTypePage.ets309 } else if (this.targetView == 'Path') {
310 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_marginLength/entry/src/main/ets/MainAbility/pages/margin/
H A DMarginPageLength.ets291 } else if (this.targetView == 'Path') {
292 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_responseRegion/entry/src/ohosTest/ets/MainAbility/pages/responseRegion/
H A DResponseRegionPage.ets210 } else if (this.targetView == 'Path') {
211 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_visibility/entry/src/ohosTest/ets/MainAbility/pages/visibility/
H A DVisibilityPage.ets350 } else if (this.targetView == 'Path') {
351 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_width/entry/src/ohosTest/ets/MainAbility/pages/width/
H A DWidthPage.ets178 } else if (this.targetView == 'Path') {
179 Path()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_zIndex/entry/src/ohosTest/ets/MainAbility/pages/zIndex/
H A DZIndexPage.ets188 } else if (this.targetView == 'Path') {
189 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_displayPriority/entry/src/ohosTest/ets/MainAbility/pages/displayPriority/
H A DDisplayPriorityPage.ets352 } else if (this.targetView == 'Path') {
353 Path()

Completed in 37 milliseconds

1...<<1191119211931194119511961197119811991200>>...1518