| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
| H A D | object_asset_machine.cpp | 287 oldAsset.path = newAsset.path; in MergeAsset()
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_attach_test.cpp | 193 * @tc.desc: Abnormal testCase for Attach with wrong path 207 RdbStoreConfig attachedConfig("/wrong/path"); in HWTEST_F()
|
| H A D | rdb_value_bucket_test.cpp | 367 AssetValue value{ .version = 0, .name = "123", .uri = "my test path", .createTime = "12", .modifyTime = "12" };
in HWTEST_F() 393 AssetValue asset{ .version = 0, .name = "123", .uri = "my test path", .createTime = "12", .modifyTime = "12" };
in HWTEST_F()
|
| /foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
| H A D | RdbStoreQueryByStep.test.js | 32 path: "path1", 42 path: "path2",
|
| /foundation/filemanagement/app_file_service/utils/src/b_jsonutil/ |
| H A D | b_jsonutil.cpp | 379 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 D | softbus_handler.cpp | 233 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 D | randomaccessfile_n_exporter.cpp | 432 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 D | version_info_manager_test.cpp | 103 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 D | dentry_meta_file_test.cpp | 510 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 D | db_adapter_test.cpp | 101 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 D | cloud_sync_service_test.cpp | 364 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 D | xml_parse.cpp | 257 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 D | dhcp_address_pool.cpp | 486 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 D | drawing_types.h | 34 * @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 D | ohos_common.cpp | 74 * 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 D | OnDisAppearPage.ets | 415 } 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 D | AlignRulesPage.ets | 333 } 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 D | AspectRatioHeightPage.ets | 384 } else if (this.targetView == 'Path') { 385 Path()
|
| H A D | AspectRatioWidthPage.ets | 385 } 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 D | HeightPage.ets | 175 } 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 D | SizePage.ets | 194 } 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 D | StateStylesPage.ets | 199 } 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 D | UseSizeTypePage.ets | 309 } 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 D | MarginPageLength.ets | 291 } 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 D | ResponseRegionPage.ets | 210 } else if (this.targetView == 'Path') { 211 Path().commonStyle()
|