fix code check

Signed-off-by: StreamBuns <zhaotong42@huawei.com>
This commit is contained in:
StreamBuns
2026-03-30 16:53:14 +08:00
parent 4163fed8c9
commit 56e4812eaf
2 changed files with 2 additions and 2 deletions
@@ -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_;