Searched refs:InitArg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_restore_async.cpp | 369 static int32_t InitArg(const string &pathCapFile, in InitArg() function 410 …return InitArg(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], *(mapArgToVal["resto… in Exec()
|
H A D | tools_op_incremental_restore_async.cpp | 386 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 D | tools_op_restore_async_test.cpp | 749 EXPECT_EQ(InitArg(pathCapFile, bundleNames, type, userId), -errno); 777 EXPECT_EQ(InitArg(pathCapFile, bundleNames, type, userId), 0);
|