Home
last modified time | relevance | path

Searched defs:isLauncherApp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h123 bool isLauncherApp = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h231 bool isLauncherApp = false; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp2228 bool isLauncherApp = appRunningRecord1->IsLauncherApp(); variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp666 auto isLauncherApp = appRecord->GetApplicationInfo()->isLauncherApp; in TerminateAbility() local