/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 in OHOS::Ace::Framework::DOMListItemGroup
|
H A D | dom_list.cpp | 705 if (groupId.empty() || groupId == itemGroup->GetGroupId()) { in ExpandGroup()
|
/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 in OHOS::Ace::ListItemGroupComponent
|
H A D | render_list_item_group.cpp | 492 groupId_ = itemGroup->GetGroupId(); in Update()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | unified_data.h | 30 std::string GetGroupId() const;
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/ |
H A D | audio_group_manager.h | 67 int32_t GetGroupId();
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | unified_data_test.cpp | 74 * @tc.desc: Normal testcase of GetGroupId 82 std::string ret = unifiedData.GetGroupId(); in HWTEST_F()
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_base.h | 100 std::string GetGroupId() const override;
|
/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
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
H A D | hichain_connector_fuzzer.cpp | 92 hichainConnector->GetGroupId(userId, groupType, queryParams); in HiChainConnectorFuzzTest()
|
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences.h | 361 virtual std::string GetGroupId() const in GetGroupId() function in OHOS::NativePreferences::Preferences
|
/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 | 1097 if ((*iter)->GetGroupId() == groupId) { in GetGroupManager()
|
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 261 int32_t GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId);
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_base.cpp | 212 std::string PreferencesBase::GetGroupId() const in GetGroupId() function in OHOS::NativePreferences::PreferencesBase
|
H A D | preferences_helper.cpp | 205 dataGroupId = pref->GetGroupId(); in DeletePreferences()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 850 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 D | preferences_test.cpp | 165 * @tc.desc: normal testcase of GetGroupId 176 EXPECT_EQ(preferences->GetGroupId(), "2002001"); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 1095 int32_t ret = hiChainConnector->GetGroupId(userId, authType, groupId); in HWTEST_F()
|