Home
last modified time | relevance | path

Searched refs:GetNotificationLabel (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp851 … 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 Dcontinuous_task_record.cpp98 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 Dcontinuous_task_record.h56 std::string GetNotificationLabel() const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h985 std::pair<bool, uint8_t> GetNotificationLabel(uint8_t event);
H A Davrcp_tg_profile.cpp2127 std::pair<bool, uint8_t> AvrcTgProfile::GetNotificationLabel(uint8_t event) in GetNotificationLabel() function in OHOS::bluetooth::AvrcTgProfile
H A Davrcp_tg_service.cpp2601 …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 Dnotification_napi.h494 …static napi_value GetNotificationLabel(const napi_env &env, const napi_value &value, NotificationR…
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp82 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 Dcommon.h883 …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 Dcommon_convert_request.cpp604 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