Searched defs:ResourceInfo (Results 1 – 3 of 3) sorted by relevance
36 struct ResourceInfo { struct37 int32_t resId = 0;38 int32_t type = 0;39 std::vector<std::string> params;40 std::optional<std::string> bundleName = std::nullopt;41 std::optional<std::string> moduleName = std::nullopt;
27 ResourceInfo::ResourceInfo() in ResourceInfo() function in OHOS::AppExecFwk::ResourceInfo
40 struct ResourceInfo { struct41 int32_t resId = 0;42 int32_t type = 0;43 std::vector<std::string> params;44 std::string bundleName;45 std::string moduleName;