Home
last modified time | relevance | path

Searched refs:GetGroupId (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/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()
H A Dwatcher_manager.h93 int GetGroupId(uint32_t &groupId);
260 uint32_t GetGroupId() const in GetGroupId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item_group.h34 const std::string& GetGroupId() const in GetGroupId() function
H A Ddom_list.cpp705 if (groupId.empty() || groupId == itemGroup->GetGroupId()) { in ExpandGroup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_component.h68 const std::string& GetGroupId() const in GetGroupId() function
H A Drender_list_item_group.cpp492 groupId_ = itemGroup->GetGroupId(); in Update()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data.h30 std::string GetGroupId() const;
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_group_manager.h67 int32_t GetGroupId();
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_data_test.cpp82 std::string ret = unifiedData.GetGroupId();
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h100 std::string GetGroupId() const override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp92 hichainConnector->GetGroupId(userId, groupType, queryParams); in HiChainConnectorFuzzTest()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp44 std::string UnifiedData::GetGroupId() const in GetGroupId() function in OHOS::UDMF::UnifiedData
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h361 virtual std::string GetGroupId() const in GetGroupId() function
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h253 int32_t GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp211 dataGroupId = pref->GetGroupId(); in DeletePreferences()
H A Dpreferences_base.cpp212 std::string PreferencesBase::GetGroupId() const in GetGroupId() function in OHOS::NativePreferences::PreferencesBase
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_group_manager.cpp285 int32_t AudioGroupManager::GetGroupId() in GetGroupId() function in OHOS::AudioStandard::AudioGroupManager
H A Daudio_system_manager.cpp1091 if ((*iter)->GetGroupId() == groupId) { in GetGroupManager()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h356 std::string GetGroupId() const;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp866 int32_t HiChainConnector::GetGroupId(const std::string &userId, const int32_t groupType, std::strin… in GetGroupId() function in OHOS::DistributedHardware::HiChainConnector
895 if (GetGroupId(userId, groupType, groupId) != DM_OK) { in ParseRemoteCredential()
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp176 EXPECT_EQ(preferences->GetGroupId(), "2002001");
/ohos5.0/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.cpp285 if (packageNameTemp == packageName && reminder->GetGroupId() == groupId) { in IsMatchedForGroupIdAndPkgName()
519 std::string groupId = reminder->GetGroupId(); in CloseReminder()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1095 int32_t ret = hiChainConnector->GetGroupId(userId, authType, groupId);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp790 std::string ReminderRequest::GetGroupId() const in GetGroupId() function in OHOS::Notification::ReminderRequest

12