Home
last modified time | relevance | path

Searched refs:jobType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_jsonutil/
H A Db_jsonutil_test.cpp471 std::string jobType = "type"; variable
474 …bool result = BJsonUtil::FindBundleInfoByName(bundleNameDetailsMap, bundleName, jobType, bundleDet…
498 std::string jobType = "type"; variable
501 detailInfo.type = jobType;
505 …bool result = BJsonUtil::FindBundleInfoByName(bundleNameDetailsMap, bundleName, jobType, bundleDet…
530 std::string jobType = "type"; variable
534 detailInfo.type = jobType;
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_jsonutil/
H A Db_jsonutil.h85 std::string &bundleName, const std::string &jobType, BundleDetailInfo &bundleDetail);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp265 std::string &bundleName, const std::string &jobType, BundleDetailInfo &bundleDetail) in FindBundleInfoByName() argument
273 if (bundleDetailInfo.type == jobType) { in FindBundleInfoByName()