/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 45 static int GetSlot(BShellHandle handle, int32_t argc, char *argv[]) in GetSlot() function 129 const_cast<char *>("partitionslot"), GetSlot, in MODULE_CONSTRUCTOR()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | slot.h | 27 napi_value GetSlot(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_manager_impl.h | 29 static CNotificationSlot GetSlot(int32_t type, int32_t &errCode);
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_sorting.h | 77 inline NotificationSlot GetSlot() const in GetSlot() function in OHOS::Notification::final
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 59 DECLARE_NAPI_FUNCTION("getSlot", GetSlot), in NotificationInit()
|
H A D | common.cpp | 96 if (!SetNotificationSlot(env, sorting.GetSlot(), slotResult)) { in SetNotificationSorting()
|
H A D | slot.cpp | 908 ANS_LOGD("GetSlot work complete."); in AsyncCompleteCallbackGetSlot() 940 napi_value GetSlot(napi_env env, napi_callback_info info) in GetSlot() function 966 ANS_LOGI("GetSlot napi_create_async_work start"); in GetSlot() 980 ANS_LOGD("GetSlot callback is nullptr."); in GetSlot()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_info.h | 125 bool GetSlot(const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) const;
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_ffi.cpp | 53 CNotificationSlot ret = NotificationManagerImpl::GetSlot(type, *errCode); in FfiOHOSNotificationManagerGetSlot()
|
H A D | notification_manager_impl.cpp | 93 CNotificationSlot NotificationManagerImpl::GetSlot(int32_t type, int32_t &errCode) in GetSlot() function in OHOS::CJSystemapi::NotificationManagerImpl
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 100 bool NotificationPreferencesInfo::BundleInfo::GetSlot( in GetSlot() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
H A D | notification_preferences.cpp | 254 if (!bundleInfo.GetSlot(type, slot)) { in GetNotificationSlot()
|
H A D | notification_preferences_database.cpp | 1026 if (!bundleInfo.GetSlot(slotType, slot)) { in ParseSlotFromDisturbeDB()
|