Home
last modified time | relevance | path

Searched refs:SetSystemApp (Results 1 - 9 of 9) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h69 static void SetSystemApp(bool isSystemApp) in SetSystemApp() function in OHOS::MiscServices::IdentityCheckerMock
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp401 IdentityCheckerMock::SetSystemApp(true); in TestIsPanelShown()
406 IdentityCheckerMock::SetSystemApp(false); in TestIsPanelShown()
902 IdentityCheckerMock::SetSystemApp(true); in HWTEST_F()
922 IdentityCheckerMock::SetSystemApp(false); in HWTEST_F()
935 IdentityCheckerMock::SetSystemApp(true); in HWTEST_F()
958 IdentityCheckerMock::SetSystemApp(false); in HWTEST_F()
971 IdentityCheckerMock::SetSystemApp(true); in HWTEST_F()
994 IdentityCheckerMock::SetSystemApp(false); in HWTEST_F()
1007 IdentityCheckerMock::SetSystemApp(true); in HWTEST_F()
1028 IdentityCheckerMock::SetSystemApp(fals in HWTEST_F()
[all...]
/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()
/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()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h463 void SetSystemApp(bool isSystem);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp468 reminder->SetSystemApp(isSysApp); in GenReminder()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1654 * @tc.desc: Test SetSystemApp parameters.
1661 rrc->SetSystemApp(true); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp900 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() function in OHOS::Notification::ReminderRequest

Completed in 16 milliseconds