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 D | tools_op_restore_test.cpp | 169 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 D | tools_op_incremental_restore_test.cpp | 630 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 D | tools_op_restore.cpp | 275 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 D | tools_op_incremental_restore.cpp | 299 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 D | appspawn_sandbox.h | 157 uint32_t depMode; member
|
H A D | sandbox_load.c | 519 node->depMode = GetMountModeFromConfig(groupConfig, "deps-mode", MOUNT_MODE_ALWAYS); in ParseNameGroup()
|
H A D | sandbox_manager.c | 408 nameGroupNode->depMode == MOUNT_MODE_ALWAYS ? "always" : "not-exists"); in DumpSandboxNameGroupNode()
|
H A D | appspawn_sandbox.c | 914 … 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 D | app_spawn_sandbox_new_test.cpp | 1129 ASSERT_EQ(sandboxNode->depMode == MOUNT_MODE_NOT_EXIST, 1);
|