代码编程规范整改

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-02-28 20:38:41 +08:00
parent 85495a1b20
commit ecced2ebc7
22 changed files with 80 additions and 113 deletions
+4 -2
View File
@@ -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);
-1
View File
@@ -24,7 +24,6 @@
namespace OHOS {
namespace Global {
namespace Restool {
class ResourceUtil {
public:
/**
-1
View File
@@ -21,7 +21,6 @@
namespace OHOS {
namespace Global {
namespace Restool {
class TaskHandle {
public:
TaskHandle() {};