Home
last modified time | relevance | path

Searched refs:intType (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.cpp66 bool ViewDataWrap::LoadHint2Type(const std::vector<std::string>& placeHolder, std::vector<int>& intType, in LoadHint2Type() argument
81 if (hintFun(placeHolder, intType, metadata)) { in LoadHint2Type()
82 LOGE("Failed to Hint 2 intType"); in LoadHint2Type()
93 std::vector<int> intType; in GetPlaceHolderValue() local
100 auto isSuccessLoadHint2Type = LoadHint2Type(placeHolder, intType, metadata); in GetPlaceHolderValue()
107 if (index >= intType.size()) { in GetPlaceHolderValue()
108 LOGE("intType size err !"); in GetPlaceHolderValue()
112 it->autoFillType = HintToAutoFillType(intType[index]); in GetPlaceHolderValue()
119 AbilityBase::AutoFillType ViewDataWrap::HintToAutoFillType(const int& intType) in HintToAutoFillType() argument
142 if (intType < in HintToAutoFillType()
[all...]
/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dview_data_wrap.h38 static AbilityBase::AutoFillType HintToAutoFillType(const int& intType);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp101 std::string intType = "int"; member in OHOS::DistributedSchedule::DistributedWantBaseTest
167 want.SetParam(intType, 1111); in HWTEST_F()
195 EXPECT_EQ(want.GetIntParam(intType, 0), dstbWant.GetIntParam(intType, 0)); in HWTEST_F()
278 dwant->SetParam(intType, 1111); in HWTEST_F()
306 EXPECT_EQ(want->GetIntParam(intType, 0), dwant->GetIntParam(intType, 0)); in HWTEST_F()
916 } else if (it->second == intType) { in CompareWantNumber()
1150 keys[key] = intType; in AddIntParams()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1463 std::vector<int> intType; in PlaceHolderToType() local
1466 auto isSuccess = viewDataWrapOhos->LoadHint2Type(placeHolder, intType, metadata); in PlaceHolderToType()
1471 if (intType.empty()) { in PlaceHolderToType()
1474 hintToTypeWrap.autoFillType = static_cast<AceAutoFillType>(viewDataWrapOhos->HintToAutoFillType(intType[0])); in PlaceHolderToType()
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp76 std::string intType = "int"; member in OHOS::AAFwk::WantBaseTest
697 } else if (it->second == intType) { in CompareWant()
872 keys[key] = intType; in AddIntParams()

Completed in 20 milliseconds