update interfaces/inner_api/include/common_utils.h.

Signed-off-by: smilebear <245252081@qq.com>
This commit is contained in:
smilebear 2024-11-21 06:12:29 +00:00 committed by Gitee
parent 5761e663a6
commit bac9550522
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -179,6 +179,7 @@ public:
static bool GetStringParameter(const std::string& type, std::string& value);
static bool GetEdmPolicy(std::string& name);
static std::string GenerateUuid();
static bool CheckAppForUser(int32_t uid, std::string& bundleName);
static bool CheckAppForUser(int32_t uid, int32_t currentUserId, std::string& bundleName);
static int64_t GetSinceBootTime();
static bool GetAllUserId(std::vector<int>& activeIds);