Home
last modified time | relevance | path

Searched refs:isAgent (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h409 void SetIsAgentNotification(bool isAgent);
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2311 bool isAgent = false; in SetBadgeNumberByBundle() local
2312 isAgent = IsAgentRelationship(bundleName, bundle->GetBundleName()); in SetBadgeNumberByBundle()
2313 if (!isAgent) { in SetBadgeNumberByBundle()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp230 void NotificationRequest::SetIsAgentNotification(bool isAgent) in SetIsAgentNotification() argument
232 isAgent_ = isAgent; in SetIsAgentNotification()
779 ", isAgent = " + (isAgent_ ? "true" : "false") + in Dump()
831 jsonObject["isAgent"] = isAgent_; in ToJson()
2249 if (jsonObject.find("isAgent") != jsonEnd && jsonObject.at("isAgent").is_boolean()) { in ConvertJsonToBoolExt()
2250 target->isAgent_ = jsonObject.at("isAgent").get<bool>(); in ConvertJsonToBoolExt()

Completed in 10 milliseconds