Searched refs:GetAllVendorTags (Results 1 – 12 of 12) sorted by relevance
148 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() function150 return CameraMetadata::GetAllVendorTags(tagVec); in GetAllVendorTags()
1557 int32_t CameraMetadata::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() function in OHOS::Camera::CameraMetadata1564 g_vendorTagImpl->GetAllVendorTags(tagVec); in GetAllVendorTags()
32 virtual void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) = 0;
120 static int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
212 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
47 cameraVendorTagExample->GetAllVendorTags(tagVec);
469 GetAllVendorTags(tagVec);
50 void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) override;
65 void CameraVendorTagExample::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() function in OHOS::Camera::CameraVendorTagExample
219 auto ret = GetAllVendorTags(tagVec); in TEST_F()
83 int32_t ret = OHOS::Camera::GetAllVendorTags(infos); in isFindModuleTypeTag()
461 int32_t ret = OHOS::Camera::GetAllVendorTags(infos); in GetCameraAllVendorTags()