/ohos5.0/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()
|
H A D | watcher_manager.h | 93 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 D | dom_list_item_group.h | 34 const std::string& GetGroupId() const in GetGroupId() function
|
H A D | dom_list.cpp | 705 if (groupId.empty() || groupId == itemGroup->GetGroupId()) { in ExpandGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_group_component.h | 68 const std::string& GetGroupId() const in GetGroupId() function
|
H A D | render_list_item_group.cpp | 492 groupId_ = itemGroup->GetGroupId(); in Update()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | unified_data.h | 30 std::string GetGroupId() const;
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/ |
H A D | audio_group_manager.h | 67 int32_t GetGroupId();
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | unified_data_test.cpp | 82 std::string ret = unifiedData.GetGroupId();
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_base.h | 100 std::string GetGroupId() const override;
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
H A D | hichain_connector_fuzzer.cpp | 92 hichainConnector->GetGroupId(userId, groupType, queryParams); in HiChainConnectorFuzzTest()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data.cpp | 44 std::string UnifiedData::GetGroupId() const in GetGroupId() function in OHOS::UDMF::UnifiedData
|
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences.h | 361 virtual std::string GetGroupId() const in GetGroupId() function
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 253 int32_t GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_helper.cpp | 211 dataGroupId = pref->GetGroupId(); in DeletePreferences()
|
H A D | preferences_base.cpp | 212 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 D | audio_group_manager.cpp | 285 int32_t AudioGroupManager::GetGroupId() in GetGroupId() function in OHOS::AudioStandard::AudioGroupManager
|
H A D | audio_system_manager.cpp | 1091 if ((*iter)->GetGroupId() == groupId) { in GetGroupManager()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 356 std::string GetGroupId() const;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 866 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 D | preferences_test.cpp | 176 EXPECT_EQ(preferences->GetGroupId(), "2002001");
|
/ohos5.0/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 | 285 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 D | UTTest_hichain_connector.cpp | 1095 int32_t ret = hiChainConnector->GetGroupId(userId, authType, groupId);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 790 std::string ReminderRequest::GetGroupId() const in GetGroupId() function in OHOS::Notification::ReminderRequest
|