Lines Matching refs:get
167 while (buf && jsonFileStream.get(ch)) {
181 value = json.at(key).get<std::string>();
554 dacOverrideSensitive = config[g_dacOverrideSensitive].get<std::string>();
574 sandboxRoot = config[g_sandboxRootPrefix].get<std::string>();
592 std::string switchStatus = config[g_sandBoxSwitchPrefix].get<std::string>();
616 APPSPAWN_CHECK(info != nullptr, return false, "Filed to get domain info %{public}s", GetBundleName(appProperty));
619 std::string app_apl_name = mntPoint[g_appAplName].get<std::string>();
627 const std::string configSrcPath = mntPoint[g_srcPath].get<std::string>();
718 mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlagsCustomized].get<std::vector<std::string>>());
720 mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlags].get<std::vector<std::string>>());
729 fsType = config[g_fsType].get<std::string>();
744 options = config[g_sandBoxOptions].get<std::string>() + ",user_id=";
757 mountConfig.fsType = (mntPoint.find(g_fsType) != mntPoint.end()) ? mntPoint[g_fsType].get<std::string>() : "";
767 std::string tmpSandboxPath = mntPoint[g_sandBoxPath].get<std::string>();
779 if (((ConvertFlagStr(appConfig[g_flags].get<std::string>()) & GetAppMsgFlags(appProperty)) != 0) &&
808 std::string srcPath = ConvertToRealPath(appProperty, mntPoint[g_srcPath].get<std::string>());
854 bundleName.c_str(), permissionName, gids[i].get<uint32_t>());
855 dacInfo->gidTable[dacInfo->gidCount++] = gids[i].get<uint32_t>();
880 std::string targetName = ConvertToRealPath(appProperty, symPoint[g_targetName].get<std::string>());
881 std::string linkName = sandboxRoot + ConvertToRealPath(appProperty, symPoint[g_linkName].get<std::string>());
981 std::string flagsStr = flagPoint[g_flags].get<std::string>();
1134 privateAppConfig[bundleName][0][g_sandBoxShared].get<std::string>();
1274 // rootfs: to do more resources bind mount here to get more strict resources constraints
1370 const auto vec = appConfig[g_sandBoxNsFlags].get<std::vector<std::string>>();
1403 std::string switchStatus = commonAppConfig[g_topSandBoxSwitchPrefix].get<std::string>();
1826 return true, "Failed to get base path");
1853 return, "Failed to get sandbox path");