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:GetSlots
(Results
1 - 25
of
27
) sorted by relevance
1
2
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H
A
D
slot.h
29
napi_value
GetSlots
(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H
A
D
notification_manager_impl.h
30
static CArrayNotificationSlots
GetSlots
(int32_t &errCode);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
init.cpp
61
DECLARE_NAPI_FUNCTION("getSlots",
GetSlots
),
in NotificationInit()
H
A
D
slot.cpp
1099
napi_value
GetSlots
(napi_env env, napi_callback_info info)
in GetSlots()
function
1124
ANS_LOGI("
GetSlots
napi_create_async_work start");
in GetSlots()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H
A
D
ansmanagerstubannextwo_fuzzer.cpp
55
ansManagerStub.
GetSlots
(slots);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H
A
D
notification_manager_ffi.cpp
59
CArrayNotificationSlots ret = NotificationManagerImpl::
GetSlots
(*errCode);
in FfiOHOSNotificationManagerGetSlots()
H
A
D
notification_manager_impl.cpp
123
CArrayNotificationSlots NotificationManagerImpl::
GetSlots
(int32_t &errCode)
in GetSlots()
function in OHOS::CJSystemapi::NotificationManagerImpl
/base/notification/distributed_notification_service/frameworks/core/include/
H
A
D
ans_manager_interface.h
171
virtual ErrCode
GetSlots
(std::vector<sptr<NotificationSlot>> &slots) = 0;
H
A
D
ans_manager_proxy.h
158
ErrCode
GetSlots
(std::vector<sptr<NotificationSlot>> &slots) override;
H
A
D
ans_manager_stub.h
173
virtual ErrCode
GetSlots
(std::vector<sptr<NotificationSlot>> &slots) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_stub_invalid.cpp
102
ErrCode AnsManagerStub::
GetSlots
(std::vector<sptr<NotificationSlot>> &slots)
in GetSlots()
function in OHOS::Notification::AnsManagerStub
104
ANS_LOGE("AnsManagerStub::
GetSlots
called!");
in GetSlots()
H
A
D
ans_manager_proxy_slot.cpp
189
ErrCode AnsManagerProxy::
GetSlots
(std::vector<sptr<NotificationSlot>> &slots)
in GetSlots()
function in OHOS::Notification::AnsManagerProxy
193
ANS_LOGE("[
GetSlots
] fail: write interface token failed.");
in GetSlots()
201
ANS_LOGE("[
GetSlots
] fail: transact ErrCode=%{public}d", result);
in GetSlots()
206
ANS_LOGE("[
GetSlots
] fail: read slots failed.");
in GetSlots()
H
A
D
ans_notification.cpp
126
return proxy->
GetSlots
(slots);
in GetNotificationSlots()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_slot_service_test.cpp
112
* @tc.desc: Test
GetSlots
120
ASSERT_EQ(advancedNotificationService_->
GetSlots
(slots), (int)ERR_ANS_INVALID_PARAM);
in HWTEST_F()
H
A
D
notification_preferences_test.cpp
504
ErrCode result = advancedNotificationService_->
GetSlots
(slotsResult);
in HWTEST_F()
H
A
D
advanced_notification_service_test.cpp
175
* @tc.desc : Test
GetSlots
function when add two identical data
187
advancedNotificationService_->
GetSlots
(slotsResult);
in HWTEST_F()
1383
* @tc.desc : Test
GetSlots
function with bundle option is null
1394
ASSERT_EQ(advancedNotificationService_->
GetSlots
(slots), ERR_ANS_INVALID_BUNDLE);
in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H
A
D
advancednotificationservice_fuzzer.cpp
65
service->
GetSlots
(slots);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H
A
D
ansmanagerstubannexthree_fuzzer.cpp
338
ansManagerStub.
GetSlots
(slots);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H
A
D
ans_notification_branch_test.cpp
114
ErrCode
GetSlots
(std::vector<sptr<NotificationSlot>> &slots) override
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_slot_service.cpp
101
ErrCode AdvancedNotificationService::
GetSlots
(std::vector<sptr<NotificationSlot>> &slots)
in GetSlots()
function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H
A
D
ansmanagerstubannex_fuzzer.cpp
346
ansManagerStub.
GetSlots
(slots);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H
A
D
ansmanagerstub_fuzzer.cpp
347
ansManagerStub.
GetSlots
(slots);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/test/moduletest/
H
A
D
ans_module_test.cpp
1175
g_advancedNotificationService->
GetSlots
(slotsRef);
in HWTEST_F()
1182
g_advancedNotificationService->
GetSlots
(slotsRef);
in HWTEST_F()
1200
g_advancedNotificationService->
GetSlots
(slotsRef);
in HWTEST_F()
1207
g_advancedNotificationService->
GetSlots
(slotsRef);
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
advanced_notification_service.h
221
ErrCode
GetSlots
(std::vector<sptr<NotificationSlot>> &slots) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H
A
D
ans_manager_proxy_unit_test.cpp
1418
* @tc.desc: test
GetSlots
function
1432
int32_t result = proxy->
GetSlots
(slots);
in HWTEST_F()
1438
* @tc.desc: test
GetSlots
function
1455
int32_t result = proxy->
GetSlots
(slots);
in HWTEST_F()
1461
* @tc.desc: test
GetSlots
function
1476
int32_t result = proxy->
GetSlots
(slots);
in HWTEST_F()
1482
* @tc.desc: test
GetSlots
function
1498
int32_t result = proxy->
GetSlots
(slots);
in HWTEST_F()
1520
int32_t result = proxy->
GetSlots
(slots);
in HWTEST_F()
Completed in 47 milliseconds
1
2