/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_panel_test.cpp | 396 IdentityCheckerMock::SetSystemApp(true); in TestIsPanelShown() 401 IdentityCheckerMock::SetSystemApp(false); in TestIsPanelShown() 897 IdentityCheckerMock::SetSystemApp(true); 917 IdentityCheckerMock::SetSystemApp(false); 930 IdentityCheckerMock::SetSystemApp(true); 953 IdentityCheckerMock::SetSystemApp(false); 966 IdentityCheckerMock::SetSystemApp(true); 989 IdentityCheckerMock::SetSystemApp(false); 1002 IdentityCheckerMock::SetSystemApp(true); 1023 IdentityCheckerMock::SetSystemApp(false);
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/ |
H A D | identity_checker_mock.h | 69 static void SetSystemApp(bool isSystemApp) in SetSystemApp() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 252 void SetSystemApp(bool systemApp) in SetSystemApp() function
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 397 reminder->SetSystemApp(false); in HWTEST_F() 403 reminder->SetSystemApp(true); in HWTEST_F() 425 reminder1->SetSystemApp(true); in HWTEST_F()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 71 reminder->SetSystemApp(AccessTokenHelper::IsSystemApp()); in PublishReminder()
|
H A D | reminder_store_strategy.cpp | 192 reminder->SetSystemApp(isSystemApp == "true" ? true : false); in RecoverFromOldVersion() 348 reminder->SetSystemApp(isSystemApp == "true" ? true : false); in RecoverFromDb()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 463 void SetSystemApp(bool isSystem);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 450 preInstallBundleInfo.SetSystemApp(applicationInfo.isSystemApp); in SavePreInstallInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 280 preInstallBundleInfo.SetSystemApp(applicationInfo.isSystemApp); in SavePreInstallBundleInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 468 reminder->SetSystemApp(isSysApp); in GenReminder()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 1471 preInstallBundleInfo.SetSystemApp(bundleInfo.applicationInfo.isSystemApp); in InnerProcessCheckRecoverableApplicationInfo() 1489 preInstallBundleInfo.SetSystemApp(archiveBundleInfo.applicationInfo.isSystemApp); in InnerProcessCheckRecoverableApplicationInfo()
|
H A D | base_bundle_installer.cpp | 779 preInstallBundleInfo.SetSystemApp(applicationInfo.isSystemApp); in InnerProcessBundleInstall()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 902 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() function in OHOS::Notification::ReminderRequest
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 1661 rrc->SetSystemApp(true);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5927 preInstallBundleInfo.SetSystemApp(true);
|