Home
last modified time | relevance | path

Searched refs:GetTypesLabels (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data.h42 std::vector<std::string> GetTypesLabels() const;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp108 std::vector<std::string> UnifiedData::GetTypesLabels() const in GetTypesLabels() function in OHOS::UDMF::UnifiedData
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dconvert_utils.cpp252 auto utdIds = unifiedData.GetTypesLabels(); in ConvertProperty()
H A Dpasteboard_utils.cpp86 auto recordTypes = unifiedData.GetTypesLabels(); in Convert()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_napi.cpp261 std::vector<std::string> Types = uData->value_->GetTypesLabels(); in GetTypes()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp2249 ASSERT_EQ(data.GetTypesLabels(), types);