Home
last modified time | relevance | path

Searched refs:SetSystemApp (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp396 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 Didentity_checker_mock.h69 static void SetSystemApp(bool isSystemApp) in SetSystemApp() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h252 void SetSystemApp(bool systemApp) in SetSystemApp() function
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp397 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 Dadvanced_notification_reminder_service.cpp71 reminder->SetSystemApp(AccessTokenHelper::IsSystemApp()); in PublishReminder()
H A Dreminder_store_strategy.cpp192 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 Dreminder_request.h463 void SetSystemApp(bool isSystem);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp450 preInstallBundleInfo.SetSystemApp(applicationInfo.isSystemApp); in SavePreInstallInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp280 preInstallBundleInfo.SetSystemApp(applicationInfo.isSystemApp); in SavePreInstallBundleInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp468 reminder->SetSystemApp(isSysApp); in GenReminder()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1471 preInstallBundleInfo.SetSystemApp(bundleInfo.applicationInfo.isSystemApp); in InnerProcessCheckRecoverableApplicationInfo()
1489 preInstallBundleInfo.SetSystemApp(archiveBundleInfo.applicationInfo.isSystemApp); in InnerProcessCheckRecoverableApplicationInfo()
H A Dbase_bundle_installer.cpp779 preInstallBundleInfo.SetSystemApp(applicationInfo.isSystemApp); in InnerProcessBundleInstall()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp902 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 Dreminder_request_test.cpp1661 rrc->SetSystemApp(true);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5927 preInstallBundleInfo.SetSystemApp(true);