!128 回退打点功能

Merge pull request !128 from 吴珞风/OpenHarmony-2.2-Beta2
This commit is contained in:
openharmony_ci
2022-03-02 11:27:13 +00:00
committed by Gitee
2 changed files with 2 additions and 4 deletions
@@ -14,8 +14,6 @@
*/
#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 +35,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;
+2
View File
@@ -76,6 +76,8 @@ const unsigned int RETRY_TIMES = 10;
} \
} while (0)
#define APP_ERRCODE_EXTRA(code1, code2)
#define APP_EVENT(code1)
#define RecordAbiityInfoEvt(code1)
#define MutexDelete(a) osMutexDelete(a)
#define MutexAcquire(a, b) osMutexAcquire(a, b)