!138 打点增加命名空间

Merge pull request !138 from 吴珞风/OpenHarmony-2.2-Beta2
This commit is contained in:
openharmony_ci
2022-03-16 15:04:24 +00:00
committed by Gitee
2 changed files with 1 additions and 6 deletions
@@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "aafwk_event_error_code.h"
#include "product_adapter.h"
+1 -5
View File
@@ -13,20 +13,17 @@
* limitations under the License.
*/
#ifndef UTILS_BUNDLE_LITE_AAFWK_EVENT_ERROR_ID_H
#define UTILS_BUNDLE_LITE_AAFWK_EVENT_ERROR_ID_H
#include "memory_heap.h"
#include "aafwk_event_error_id.h"
using namespace OHOS::ACELite;
namespace OHOS {
#define APP_EVENT(code1) \
AafwkEventCodePrint::GetInstance()->AafwkEventPrint(code1, 0)
#define APP_ERRCODE_EXTRA(code1, code2) \
AafwkEventCodePrint::GetInstance()->AafwkErrorPrint(code1, code2)
namespace OHOS {
class AafwkEventCodePrint final : public MemoryHeap {
public:
@@ -43,4 +40,3 @@ public:
void AafwkErrorPrint(uint8_t info2, uint16_t info3);
};
}
#endif