mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user