Home
last modified time | relevance | path

Searched refs:GetGroupId (Results 1 - 10 of 10) sorted by relevance

/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_group_data.h36 int32_t GetGroupId();
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp112 keyPrefix.c_str(), remoteWatcherId, group->GetGroupId()); in AddWatcher()
163 request->id.watcherId = group->GetGroupId(); in SendMessage()
446 int WatcherManager::GetGroupId(uint32_t &groupId) in GetGroupId() function in OHOS::init_param::WatcherManager
468 dprintf(fd, "Watch group id : %u \n", group->GetGroupId()); in DumpAllGroup()
533 WATCHER_LOGV("Delete watcher group %u", group->GetGroupId()); in Clear()
576 WatcherNodePtr nodeGroup = new ParamWatcher(group->GetGroupId()); in AddParamWatcher()
589 remoteWatcher->GetRemoteWatcherId(), group->GetGroupId()); in DelParamWatcher()
595 node = remoteWatcher->GetNode(group->GetGroupId()); in DelParamWatcher()
616 int ret = GetGroupId(groupId); in AddWatcherGroup()
648 WATCHER_LOGI("Delete watcher group %s %u", group->GetKeyPrefix().c_str(), group->GetGroupId()); in DelWatcherGroup()
[all...]
H A Dwatcher_manager.h93 int GetGroupId(uint32_t &groupId);
260 uint32_t GetGroupId() const in GetGroupId() function in OHOS::init_param::WatcherGroup
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_group_data.cpp80 int32_t VCardGroupData::GetGroupId() in GetGroupId() function in OHOS::Telephony::VCardGroupData
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h356 std::string GetGroupId() const;
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp68 values.PutString(ReminderBaseTable::GROUP_ID, reminder->GetGroupId()); in AppendValuesBucket()
H A Dreminder_data_manager.cpp283 if (packageNameTemp == packageName && reminder->GetGroupId() == groupId) { in IsMatchedForGroupIdAndPkgName()
547 std::string groupId = reminder->GetGroupId(); in CloseReminder()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1723 EXPECT_EQ(rrc->GetGroupId(), groupId); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp788 std::string ReminderRequest::GetGroupId() const in GetGroupId() function in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp789 napi_create_string_utf8(env, reminder.GetGroupId().c_str(), NAPI_AUTO_LENGTH, &value); in SetValidReminder()

Completed in 26 milliseconds