Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore_async.cpp369 static int32_t InitArg(const string &pathCapFile, in InitArg() function
410 …return InitArg(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], *(mapArgToVal["resto… in Exec()
H A Dtools_op_incremental_restore_async.cpp386 static int32_t InitArg(const string &pathCapFile, in InitArg() function
427 …return InitArg(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], *(mapArgToVal["resto… in g_exec()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_restore_async_test.cpp749 EXPECT_EQ(InitArg(pathCapFile, bundleNames, type, userId), -errno);
777 EXPECT_EQ(InitArg(pathCapFile, bundleNames, type, userId), 0);