Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetSystemApp
(Results
1 - 9
of
9
) sorted by relevance
/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 in OHOS::MiscServices::IdentityCheckerMock
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_panel_test.cpp
401
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
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()
/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()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
463
void
SetSystemApp
(bool isSystem);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H
A
D
reminder_common.cpp
468
reminder->
SetSystemApp
(isSysApp);
in GenReminder()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_request_test.cpp
1654
* @tc.desc: Test
SetSystemApp
parameters.
1661
rrc->
SetSystemApp
(true);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request.cpp
900
void ReminderRequest::
SetSystemApp
(bool isSystem)
in SetSystemApp()
function in OHOS::Notification::ReminderRequest
Completed in 16 milliseconds