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:InitUserId
(Results
1 - 11
of
11
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H
A
D
reminderrequest_fuzzer.cpp
46
reminderRequest.
InitUserId
(reminderId);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
reminder_data_manager_test.cpp
373
manager->
InitUserId
();
in HWTEST_F()
426
reminder1->
InitUserId
(100);
in HWTEST_F()
657
reminder->
InitUserId
(-1);
in HWTEST_F()
729
reminder->
InitUserId
(-1);
in HWTEST_F()
879
reminder->
InitUserId
(100);
in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H
A
D
reminderdatamanager_fuzzer.cpp
52
manager->
InitUserId
();
in DoSomethingInterestingWithManager()
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability.h
201
void
InitUserId
();
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability.cpp
173
InitUserId
();
in OnAddSystemAbility()
206
void ScreenLockSystemAbility::
InitUserId
()
in InitUserId()
function in OHOS::ScreenLock::ScreenLockSystemAbility
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
508
void
InitUserId
(const int32_t &userId);
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
reminder_data_manager.h
143
void
InitUserId
();
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_store_strategy.cpp
115
reminder->
InitUserId
(userId);
in RecoverIdFromOldVersion()
264
reminder->
InitUserId
(userId);
in RecoverIdFromDb()
H
A
D
reminder_data_manager.cpp
857
reminder->
InitUserId
(userId);
in UpdateAndSaveReminderLocked()
1420
InitUserId
();
in Init()
1456
void ReminderDataManager::
InitUserId
()
in InitUserId()
function in OHOS::Notification::ReminderDataManager
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_request_test.cpp
1122
* @tc.desc: Test
InitUserId
parameters.
1135
reminderRequestChild->
InitUserId
(userId);
in HWTEST_F()
1163
reminderRequestChild->
InitUserId
(userId);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request.cpp
252
void ReminderRequest::
InitUserId
(const int32_t &userId)
in InitUserId()
function in OHOS::Notification::ReminderRequest
Completed in 17 milliseconds