Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.cpp68 bool ViewDataWrap::LoadHint2Type(const std::vector<std::string>& placeHolder, std::vector<int>& int… in LoadHint2Type() function in OHOS::Ace::ViewDataWrap
102 auto isSuccessLoadHint2Type = LoadHint2Type(placeHolder, intType, metadata); in GetPlaceHolderValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dview_data_wrap.h36 static bool LoadHint2Type(const std::vector<std::string>& placeHolder, std::vector<int>& type,
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1471 auto isSuccess = viewDataWrapOhos->LoadHint2Type(placeHolder, intType, metadata); in PlaceHolderToType()