Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item_group.h34 const std::string& GetGroupId() const in GetGroupId() function in OHOS::Ace::Framework::DOMListItemGroup
H A Ddom_list.cpp705 if (groupId.empty() || groupId == itemGroup->GetGroupId()) { in ExpandGroup()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_component.h68 const std::string& GetGroupId() const in GetGroupId() function in OHOS::Ace::ListItemGroupComponent
H A Drender_list_item_group.cpp492 groupId_ = itemGroup->GetGroupId(); in Update()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data.h30 std::string GetGroupId() const;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/
H A Daudio_group_manager.h67 int32_t GetGroupId();
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_data_test.cpp74 * @tc.desc: Normal testcase of GetGroupId
82 std::string ret = unifiedData.GetGroupId(); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h100 std::string GetGroupId() const override;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp44 std::string UnifiedData::GetGroupId() const in GetGroupId() function in OHOS::UDMF::UnifiedData
/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp92 hichainConnector->GetGroupId(userId, groupType, queryParams); in HiChainConnectorFuzzTest()
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h361 virtual std::string GetGroupId() const in GetGroupId() function in OHOS::NativePreferences::Preferences
/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.cpp1097 if ((*iter)->GetGroupId() == groupId) { in GetGroupManager()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h261 int32_t GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId);
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp212 std::string PreferencesBase::GetGroupId() const in GetGroupId() function in OHOS::NativePreferences::PreferencesBase
H A Dpreferences_helper.cpp205 dataGroupId = pref->GetGroupId(); in DeletePreferences()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp850 int32_t HiChainConnector::GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId) in GetGroupId() function in OHOS::DistributedHardware::HiChainConnector
879 if (GetGroupId(userId, groupType, groupId) != DM_OK) { in ParseRemoteCredential()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp165 * @tc.desc: normal testcase of GetGroupId
176 EXPECT_EQ(preferences->GetGroupId(), "2002001"); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1095 int32_t ret = hiChainConnector->GetGroupId(userId, authType, groupId); in HWTEST_F()

Completed in 18 milliseconds