mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 19:33:46 -04:00
@@ -28,8 +28,10 @@ public:
|
||||
|
||||
private:
|
||||
typedef bool (*parse_key_founction)(const std::string &folderName, std::vector<KeyParam> &keyparams);
|
||||
static bool ParseMatch(const std::vector<std::string> &keys, std::vector<KeyParam> &keyparams, const std::vector<parse_key_founction> &founctions);
|
||||
static bool ParseMatchBySeq(const std::vector<std::string> &keys, std::vector<KeyParam> &keyparams, const std::vector<parse_key_founction> &founctions);
|
||||
static bool ParseMatch(const std::vector<std::string> &keys,
|
||||
std::vector<KeyParam> &keyparams, const std::vector<parse_key_founction> &founctions);
|
||||
static bool ParseMatchBySeq(const std::vector<std::string> &keys,
|
||||
std::vector<KeyParam> &keyparams, const std::vector<parse_key_founction> &founctions);
|
||||
|
||||
static bool ParseMccMnc(const std::string &folderName, std::vector<KeyParam> &keyparams);
|
||||
static bool ParseMcc(const std::string &folderName, std::vector<KeyParam> &keyparams);
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
namespace Restool {
|
||||
|
||||
class ResourceUtil {
|
||||
public:
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
namespace Restool {
|
||||
|
||||
class TaskHandle {
|
||||
public:
|
||||
TaskHandle() {};
|
||||
|
||||
Reference in New Issue
Block a user