Home
last modified time | relevance | path

Searched refs:g_isSystemApp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_token_id_kit.cpp20 bool g_isSystemApp = true; variable
24 g_isSystemApp = isSystemApp; in MockIsSystemApp()
34 return EventFwk::g_isSystemApp; in IsSystemAppByFullTokenID()
/ohos5.0/base/notification/distributed_notification_service/test/mock/
H A Dmock_tokenid_kit.cpp20 bool g_isSystemApp = true; variable
24 g_isSystemApp = isSystemApp; in MockIsSystemApp()
34 return Notification::g_isSystemApp; in IsSystemAppByFullTokenID()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/mock/
H A Dmock_accesstoken_kit.cpp24 bool g_isSystemApp = false; variable
39 g_isSystemApp = isSystemApp; in MockSetSystemApp()
59 return PowerMgr::g_isSystemApp; in IsSystemAppByFullTokenID()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp97 bool g_isSystemApp = false; variable
138 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerCompleted()
153 g_isSystemApp = true; in GetBundleInstallerCompleted()
227 if (!g_isSystemApp && !iBundleMgr->VerifySystemApi(Constants::INVALID_API_VERSION)) { in GetBundleInstallerSync()
234 g_isSystemApp = true; in GetBundleInstallerSync()