Home
last modified time | relevance | path

Searched refs:creatorBundleName (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp173 std::string creatorBundleName; in RecoverContextFromOldVersion() local
174 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::CREATOR_BUNDLE_NAME, creatorBundleName); in RecoverContextFromOldVersion()
175 reminder->InitCreatorBundleName(creatorBundleName); in RecoverContextFromOldVersion()
326 std::string creatorBundleName; in RecoverContextFromDb() local
327 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::CREATOR_BUNDLE_NAME, creatorBundleName); in RecoverContextFromDb()
328 reminder->InitCreatorBundleName(creatorBundleName); in RecoverContextFromDb()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h196 char* creatorBundleName; member
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h482 * @param creatorBundleName Indicates the creator bundle name which the reminder belong to
484 void InitCreatorBundleName(const std::string &creatorBundleName);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp231 void ReminderRequest::InitCreatorBundleName(const std::string &creatorBundleName) in InitCreatorBundleName() argument
233 creatorBundleName_ = creatorBundleName; in InitCreatorBundleName()
1117 WRITE_STRING_RETURN_FALSE_LOG(parcel, creatorBundleName_, "creatorBundleName"); in Marshalling()
1241 READ_STRING_RETURN_FALSE_LOG(parcel, creatorBundleName_, "creatorBundleName"); in ReadFromParcel()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp939 // readonly creatorBundleName?: string in SetNotificationRequestByString()
940 notificationRequest.creatorBundleName = MallocCString(request->GetCreatorBundleName()); in SetNotificationRequestByString()
1582 notificationRequest.creatorBundleName = nullptr; in InitNotificationRequest()

Completed in 10 milliseconds