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:GetCreatorUid
(Results
1 - 19
of
19
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H
A
D
settemplate_fuzzer.cpp
58
request.
GetCreatorUid
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_utils.cpp
395
stream << "\tOwnerUid: " << record->request->
GetCreatorUid
() << "\n";
in ActiveNotificationDump()
437
stream << "\tOwnerUid: " << notificationRequest.
GetCreatorUid
() << "\n";
in RecentNotificationDump()
485
stream << "\tOwnerUid: " << record->request->
GetCreatorUid
() << "\n";
in DistributedNotificationDump()
703
notification->request->
GetCreatorUid
() == uid) {
in GetTargetRecordList()
721
if (notification->request->
GetCreatorUid
() == uid &&
in GetCommonTargetRecordList()
1709
if (request->
GetCreatorUid
() != 0) {
in PrePublishNotificationBySa()
1710
OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(request->
GetCreatorUid
(), userId);
in PrePublishNotificationBySa()
1758
if (request->
GetCreatorUid
() <= 0) {
in PrePublishRequest()
1760
.Message("createUid failed" + std::to_string(request->
GetCreatorUid
()), true);
in PrePublishRequest()
1772
OHOS::AccountSA::OsAccountManager::GetOsAccountLocalIdFromUid(request->
GetCreatorUid
(), userI
in PrePublishRequest()
[all...]
H
A
D
advanced_notification_live_view_service.cpp
681
if (request.
GetCreatorUid
() == ipcUid &&
in IsSaCreateSystemLiveViewAsBundle()
682
request.
GetCreatorUid
() != request.GetOwnerUid() &&
in IsSaCreateSystemLiveViewAsBundle()
693
auto creatorUid = record->notification->GetNotificationRequest().
GetCreatorUid
();
in UpdateRecordByOwner()
H
A
D
advanced_notification_publish_service.cpp
195
int32_t uid = request->
GetCreatorUid
();
in PublishNotificationForIndirectProxy()
1363
if ((*iter).first->notification->GetNotificationRequest().
GetCreatorUid
() == uid &&
in RemoveSystemLiveViewNotificationsOfSa()
1378
if (item->notification->GetNotificationRequest().
GetCreatorUid
() == uid &&
in RemoveSystemLiveViewNotificationsOfSa()
2155
int32_t uid = request->
GetCreatorUid
();
in PublishNotificationBySa()
2172
if (request->
GetCreatorUid
() == RSS_PID && request->IsSystemLiveView() &&
in PublishNotificationBySa()
2192
record->bundleOption = new (std::nothrow) NotificationBundleOption("", request->
GetCreatorUid
());
in PublishNotificationBySa()
H
A
D
reminder_event_manager.cpp
333
int32_t uid = request.GetOwnerUid() == 0 ? request.
GetCreatorUid
() : request.GetOwnerUid();
in OnCanceled()
H
A
D
notification_subscriber_manager.cpp
518
(notification->GetNotificationRequest().
GetCreatorUid
() == record->subscriberUid);
in IsSubscribedBysubscriber()
H
A
D
advanced_notification_service.cpp
442
request->
GetCreatorUid
());
in PrepareNotificationInfo()
1263
record->notification->GetNotificationRequest().
GetCreatorUid
())) {
in RemoveFromNotificationList()
2122
if (request->
GetCreatorUid
() == checkRequest->GetUid()) {
in PushCheck()
H
A
D
advanced_notification_slot_service.cpp
559
(request->
GetCreatorUid
() == IPCSkeleton::GetCallingUid() && request->GetCreatorBundleName().empty() &&
in GetDefaultSlotFlags()
H
A
D
reminder_store_strategy.cpp
71
values.PutInt(ReminderBaseTable::CREATOR_UID, reminder->
GetCreatorUid
());
in AppendValuesBucket()
H
A
D
reminder_data_manager.cpp
1525
int32_t uid = reminder->
GetCreatorUid
();
in CheckIsSameApp()
/base/location/services/location_locator/locator/source/
H
A
D
locator_background_proxy.cpp
450
if (continuousTask->
GetCreatorUid
() != uid || continuousTask->GetCreatorPid() != pid) {
in IsAppInLocationContinuousTasks()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification.cpp
168
return request_->
GetCreatorUid
();
in GetUid()
H
A
D
reminder_request.cpp
763
int32_t ReminderRequest::
GetCreatorUid
() const
in GetCreatorUid()
function in OHOS::Notification::ReminderRequest
H
A
D
notification_request.cpp
669
int32_t NotificationRequest::
GetCreatorUid
() const
in GetCreatorUid()
function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request.h
326
int32_t
GetCreatorUid
() const;
H
A
D
notification_request.h
1030
int32_t
GetCreatorUid
() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
reminder_request_test.cpp
2157
EXPECT_EQ(rrc->
GetCreatorUid
(), 100);
in HWTEST_F()
2160
EXPECT_EQ(rrc->
GetCreatorUid
(), -1);
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_request.cpp
115
napi_create_int32(env, request->
GetCreatorUid
(), &value);
in SetNotificationRequestByNumber()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_utils.cpp
970
notificationRequest.creatorUid = request->
GetCreatorUid
();
in SetNotificationRequestByNumber()
Completed in 37 milliseconds