mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
@@ -616,7 +616,7 @@ bool AppRecovery::IsEtsAPP()
|
||||
appInfo->arkTSMode == OHOS::AbilityRuntime::CODE_LANGUAGE_ARKTS_HYBRID;
|
||||
}
|
||||
|
||||
panda::ecmascript::EcmaVM* AppRecovery::GetVMFromAbility(const std::shared_ptr<OHOS::AbilityRuntime::UIAbility>& abilityPtr)
|
||||
panda::ecmascript::EcmaVM* AppRecovery::GetVMFromAbility(const std::shared_ptr<AbilityRuntime::UIAbility>& abilityPtr)
|
||||
{
|
||||
if (!abilityPtr) {
|
||||
return nullptr;
|
||||
|
||||
@@ -72,7 +72,7 @@ private:
|
||||
bool GetMissionIds(std::string path, std::vector<int32_t> &missionIds);
|
||||
bool ExecuteFreezeCallbackWithVMSafety(const std::shared_ptr<OHOS::AbilityRuntime::UIAbility>& abilityPtr);
|
||||
bool IsEtsAPP();
|
||||
panda::ecmascript::EcmaVM* GetVMFromAbility(const std::shared_ptr<OHOS::AbilityRuntime::UIAbility>& abilityPtr);
|
||||
panda::ecmascript::EcmaVM* GetVMFromAbility(const std::shared_ptr<AbilityRuntime::UIAbility>& abilityPtr);
|
||||
void DisallowCrossThreadExecutionInRecovery();
|
||||
|
||||
bool isEnable_;
|
||||
|
||||
Reference in New Issue
Block a user