Searched refs:GetGroupId (Results 1 - 10 of 10) sorted by relevance
/base/telephony/core_service/utils/vcard/include/contact_data/ |
H A D | vcard_group_data.h | 36 int32_t GetGroupId();
|
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 112 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 D | watcher_manager.h | 93 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 D | vcard_group_data.cpp | 80 int32_t VCardGroupData::GetGroupId()
in GetGroupId() function in OHOS::Telephony::VCardGroupData
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 356 std::string GetGroupId() const;
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 68 values.PutString(ReminderBaseTable::GROUP_ID, reminder->GetGroupId()); in AppendValuesBucket()
|
H A D | reminder_data_manager.cpp | 283 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 D | reminder_request_test.cpp | 1723 EXPECT_EQ(rrc->GetGroupId(), groupId); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 788 std::string ReminderRequest::GetGroupId() const in GetGroupId() function in OHOS::Notification::ReminderRequest
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | publish.cpp | 789 napi_create_string_utf8(env, reminder.GetGroupId().c_str(), NAPI_AUTO_LENGTH, &value); in SetValidReminder()
|
Completed in 26 milliseconds