Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/include/
Dnweb_value.h48 INTEGER, enumerator
64 explicit NWebValue(const int& value) : type_(Type::INTEGER), data_(value) in NWebValue()
88 case Type::INTEGER: in NWebValue()
135 case Type::INTEGER:
169 case Type::INTEGER:
203 case Type::INTEGER:
262 return GetType() == Type::INTEGER; in IsINTEGER()
318 validateType(Type::INTEGER); in SetInt()
324 validateType(Type::INTEGER); in GetInt()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h68 INTEGER = 8, enumerator
Dglobal_utils.h50 INTEGER = 8, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h88 INTEGER = 8, enumerator
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp96 nwebValue->SetType(NWebValue::Type::INTEGER);
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp104 EXPECT_EQ(ResType::INTEGER, resType);
Dhap_resource_test.cpp230 auto idv = pResource->GetIdValuesByName(std::string("integer_ref"), ResType::INTEGER);
Dresource_manager_test.cpp1106 int id = GetResId("integer_1", ResType::INTEGER);
1112 id = GetResId("integer_ref", ResType::INTEGER);
1556 int id = GetResId("integer_1", ResType::INTEGER);
Dresource_manager_performance_test.cpp806 int id = GetResId("integer_1", ResType::INTEGER);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp104 EXPECT_EQ(ResType::INTEGER, resType);
Dresource_manager_test_common.cpp409 int id = GetResId(integer1, ResType::INTEGER); in TestGetIntegerById()
415 id = GetResId(integerRef, ResType::INTEGER); in TestGetIntegerById()
Dhap_resource_test.cpp235 auto idv = pResource->GetIdValuesByName(std::string("integer_ref"), ResType::INTEGER);
Dresource_manager_performance_test.cpp818 int id = GetResId("integer_1", ResType::INTEGER);
Dresource_manager_test.cpp1673 int id = rmc->GetResId("integer_1", ResType::INTEGER);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h59 INTEGER, enumerator
342 case NWebValue::Type::INTEGER: { in ConvertNwebType2JsType()
Dwebview_javascript_execute_callback.cpp246 case NWebValue::Type::INTEGER: in ConvertToJsType()
Dwebview_javascript_result_callback.cpp349 case NWebValue::Type::INTEGER: in ParseBasicTypeNwebValue2NapiValue()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp61 case AppEventParamType::INTEGER: in InitValueByBaseType()
260 {INTEGER, &GetIntParamValueStr},
417 AppEventParam appEventParam(key, AppEventParamType::INTEGER); in AddParam()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h58 INTEGER = 4, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp136 resTypeStrList.insert(make_pair(ResType::INTEGER, std::string("integer"))); in Init()
Dresource_manager_impl.cpp442 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::INTEGER); in GetIntegerByName()
448 if (idItem == nullptr || idItem->resType_ != ResType::INTEGER) { in GetInteger()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp211 resTypeStrList.insert(make_pair(ResType::INTEGER, std::string("integer"))); in Init()
Dresource_manager_impl.cpp652 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::INTEGER); in GetIntegerByName()
666 if (idItem == nullptr || idItem->resType_ != ResType::INTEGER) { in GetInteger()
Dhap_manager.cpp947 {"integer", INTEGER},
/base/web/webview/interfaces/kits/napi/common/
Dnapi_parse_utils.cpp412 { NWebValue::Type::INTEGER, ConvertToNapiHandlerOfInteger }, in ConvertNWebToNapiValue()