Fix codex

Signed-off-by: njupthan <hanhaibin@huawei.com>
This commit is contained in:
njupthan
2022-01-28 16:06:13 +08:00
parent b5101aa5fd
commit fcbd85e6f1
2 changed files with 5 additions and 11 deletions
@@ -896,15 +896,15 @@ public:
START_ABILITY_FOR_OPTIONS,
// ipc id for call ability
START_CALL_ABILITY,
RELEASE_CALL_ABILITY,
// ipc id for continue ability(1101)
START_CONTINUATION = 1101,
NOTIFY_CONTINUATION_RESULT = 1102,
// ipc id for call ability
START_CALL_ABILITY,
RELEASE_CALL_ABILITY,
NOTIFY_COMPLETE_CONTINUATION = 1103,
@@ -32,12 +32,6 @@ public:
explicit JSAbilityMonitor(const std::string &abilityName);
~JSAbilityMonitor() = default;
static void Finalizer(NativeEngine *engine, void *data, void *hint)
{
HILOG_INFO("JsAbilityContext::Finalizer is called");
std::unique_ptr<JSAbilityMonitor>(static_cast<JSAbilityMonitor *>(data));
}
void onAbilityCreate();
void onAbilityForeground();
void onAbilityBackground();