Description:Back dotting function

Sig:appexecfwk
Feature or Bugfix:Bugfix
Binary Source:No
#I4YF74;
Signed-off-by: wuluofeng <wuluofeng@huawei.com>
This commit is contained in:
吴珞风
2022-03-18 03:12:09 +00:00
committed by Gitee
parent f7a2c28c6b
commit a2a7a2e43e
2 changed files with 4 additions and 4 deletions
@@ -14,8 +14,7 @@
*/
#include "gt_bundle_manager_service.h"
#include "aafwk_event_error_id.h"
#include "aafwk_event_error_code.h"
#include "ability_info_utils.h"
#include "ability_message_id.h"
#include "appexecfwk_errors.h"
@@ -37,8 +36,6 @@
#include "utils.h"
#include "want.h"
using namespace OHOS::ACELite;
namespace OHOS {
const uint8_t OPERATION_DOING = 200;
const uint8_t BMS_INSTALLATION_START = 101;
+3
View File
@@ -76,6 +76,9 @@ const unsigned int RETRY_TIMES = 10;
} \
} while (0)
#define APP_EVENT(code1)
#define APP_ERRCODE_EXTRA(code1, code2)
#define RecordAbiityInfoEvt(code1)
#define MutexDelete(a) osMutexDelete(a)
#define MutexAcquire(a, b) osMutexAcquire(a, b)