/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 851 … continuousTaskRecord->GetNotificationLabel(), continuousTaskRecord->GetNotificationId()); in SendContinuousTaskNotification() 917 iter->second->GetNotificationLabel(), iter->second->GetNotificationId()); in StopBackgroundRunningInner() 971 NotificationTools::GetInstance()->CancelNotification(iter->second->GetNotificationLabel(), in RemoveContinuousTaskRecordByUid() 995 NotificationTools::GetInstance()->CancelNotification(iter->second->GetNotificationLabel(), in RemoveContinuousTaskRecordByUidAndMode() 1177 stream << "\t\tnotificationLabel: " << iter->second->GetNotificationLabel() << "\n"; in DumpAllTaskInfo() 1197 … NotificationTools::GetInstance()->CancelNotification(item.second->GetNotificationLabel(), in DumpCancelTask() 1217 NotificationTools::GetInstance()->CancelNotification(iter->second->GetNotificationLabel(), in DumpCancelTask() 1313 record->GetNotificationLabel(), record->GetNotificationId()); in OnAbilityStateChanged() 1341 record->GetNotificationLabel(), record->GetNotificationId()); in OnAppStopped() 1457 record->GetNotificationLabel(), record->GetNotificationId()); in OnBundleInfoChanged() [all …]
|
H A D | continuous_task_record.cpp | 98 std::string ContinuousTaskRecord::GetNotificationLabel() const in GetNotificationLabel() function in OHOS::BackgroundTaskMgr::ContinuousTaskRecord
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | continuous_task_record.h | 56 std::string GetNotificationLabel() const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.h | 985 std::pair<bool, uint8_t> GetNotificationLabel(uint8_t event);
|
H A D | avrcp_tg_profile.cpp | 2127 std::pair<bool, uint8_t> AvrcTgProfile::GetNotificationLabel(uint8_t event) in GetNotificationLabel() function in OHOS::bluetooth::AvrcTgProfile
|
H A D | avrcp_tg_service.cpp | 2601 …std::pair<bool, uint8_t> playback = profile_->GetNotificationLabel(AVRC_EVENT_ID_PLAYBACK_STATUS_C… in GetPlayStatus()
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 494 …static napi_value GetNotificationLabel(const napi_env &env, const napi_value &value, NotificationR…
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 82 if (GetNotificationLabel(env, value, request) == nullptr) { in GetNotificationRequestByString() 958 napi_value NotificationNapi::GetNotificationLabel( in GetNotificationLabel() function in OHOS::Location::NotificationNapi
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 883 …static napi_value GetNotificationLabel(const napi_env &env, const napi_value &value, NotificationR…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 604 if (GetNotificationLabel(env, value, request) == nullptr) { in GetNotificationRequestByString() 1494 napi_value Common::GetNotificationLabel(const napi_env &env, const napi_value &value, NotificationR… in GetNotificationLabel() function in OHOS::NotificationNapi::Common
|