Home
last modified time | relevance | path

Searched refs:depMode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_restore_test.cpp169 vector<string> depMode = {"true"}; variable
172 mapArgToVal.insert(make_pair("depMode", depMode));
229 vector<string> depMode = {"false"}; variable
230 mapArgToVal.insert(make_pair("depMode", depMode));
805 bool depMode = true; variable
806 int32_t ret = InitPathCapFile(pathCapFile, bundleNames, depMode);
830 bool depMode = true; variable
831 int32_t ret = InitPathCapFile(pathCapFile, bundleNames, depMode);
857 bool depMode = false; variable
858 int32_t ret = InitPathCapFile(pathCapFile, bundleNames, depMode);
H A Dtools_op_incremental_restore_test.cpp630 bool depMode = true; variable
632 int32_t ret = Init(pathCapFile, bundleNames, depMode, times);
656 bool depMode = true; variable
658 int32_t ret = Init(pathCapFile, bundleNames, depMode, times);
682 bool depMode = false; variable
684 int32_t ret = Init(pathCapFile, bundleNames, depMode, times);
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp275 static int32_t InitPathCapFile(const string &pathCapFile, vector<string> bundleNames, bool depMode) in InitPathCapFile() argument
297 if (depMode) { in InitPathCapFile()
326 bool depMode = false; in Exec() local
329 depMode = (strFlag == "true"); in Exec()
335 return InitPathCapFile(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], depMode); in Exec()
H A Dtools_op_incremental_restore.cpp299 static int32_t Init(const string &pathCapFile, vector<string> bundleNames, bool depMode, vector<str… in Init() argument
320 if (depMode) { in Init()
350 bool depMode = false; in g_exec() local
353 depMode = (strFlag == "true"); in g_exec()
360 …return Init(*(mapArgToVal["pathCapFile"].begin()), mapArgToVal["bundles"], depMode, mapArgToVal["i… in g_exec()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h157 uint32_t depMode; member
H A Dsandbox_load.c519 node->depMode = GetMountModeFromConfig(groupConfig, "deps-mode", MOUNT_MODE_ALWAYS); in ParseNameGroup()
H A Dsandbox_manager.c408 nameGroupNode->depMode == MOUNT_MODE_ALWAYS ? "always" : "not-exists"); in DumpSandboxNameGroupNode()
H A Dappspawn_sandbox.c914 … if (groupNode->depMode == MOUNT_MODE_NOT_EXIST && CheckAndCreateDepPath(context, groupNode)) { in StagedMountPreUnShare()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp1129 ASSERT_EQ(sandboxNode->depMode == MOUNT_MODE_NOT_EXIST, 1);