Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp381 auto fileUriValue = fileUriResult->GetValue(); variable
382 EXPECT_TRUE(std::holds_alternative<std::shared_ptr<Object>>(fileUriValue));
383 auto fileUriObj = std::get<std::shared_ptr<Object>>(fileUriValue);
605 auto fileUriValue = fileUriResult->GetValue(); variable
606 EXPECT_TRUE(std::holds_alternative<std::shared_ptr<Object>>(fileUriValue));
607 auto fileUriObj = std::get<std::shared_ptr<Object>>(fileUriValue);