/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_value.h | 49 INTEGER, member in OHOS::NWeb::NWebValue::Type 66 explicit NWebValue(const int& value) : type_(Type::INTEGER), data_(value) {} in NWebValue() 91 case Type::INTEGER: in NWebValue() 140 case Type::INTEGER: in operator =() 174 case Type::INTEGER: in operator =() 208 case Type::INTEGER: in operator ==() 267 return GetType() == Type::INTEGER; in IsINTEGER() 323 validateType(Type::INTEGER); in SetInt() 329 validateType(Type::INTEGER); in GetInt()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 68 INTEGER = 8, enumerator
|
H A D | global_utils.h | 50 INTEGER = 8,
enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 88 INTEGER = 8, enumerator
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_execute_callback.cpp | 30 case NWebValue::Type::INTEGER: in ConvertToJsType()
|
H A D | webview_message_ffi.cpp | 217 if (data->GetType() == NWebValue::Type::INTEGER) { in FfiOHOSWebMessageExtImplGetNumber() 635 if (data->GetType() == NWebValue::Type::INTEGER) { in FfiOHOSJsMessageExtImplGetNumber()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 104 EXPECT_EQ(ResType::INTEGER, resType); in HWTEST_F()
|
H A D | hap_resource_test.cpp | 234 auto idv = pResource->GetIdValuesByName(std::string("integer_ref"), ResType::INTEGER); in HWTEST_F()
|
H A D | resource_manager_test_common.cpp | 541 int id = GetResId(integer1, ResType::INTEGER); in TestGetIntegerById() 547 id = GetResId(integerRef, ResType::INTEGER); in TestGetIntegerById()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | res_desc_test.cpp | 104 EXPECT_EQ(ResType::INTEGER, resType); in HWTEST_F()
|
H A D | hap_resource_test.cpp | 230 auto idv = pResource->GetIdValuesByName(std::string("integer_ref"), ResType::INTEGER); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 1106 int id = GetResId("integer_1", ResType::INTEGER); in HWTEST_F() 1112 id = GetResId("integer_ref", ResType::INTEGER); in HWTEST_F() 1556 int id = GetResId("integer_1", ResType::INTEGER); in HWTEST_F()
|
/base/web/webview/test/unittest/nweb_value_test/ |
H A D | nweb_value_test.cpp | 96 nwebValue->SetType(NWebValue::Type::INTEGER); in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 68 case AppEventParamType::INTEGER:
in InitValueByBaseType() 267 {INTEGER, &GetIntParamValueStr},
430 AppEventParam appEventParam(key, AppEventParamType::INTEGER);
in AddParam()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 442 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::INTEGER); in GetIntegerByName() 448 if (idItem == nullptr || idItem->resType_ != ResType::INTEGER) { in GetInteger()
|
H A D | res_desc.cpp | 136 resTypeStrList.insert(make_pair(ResType::INTEGER, std::string("integer"))); in Init()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 65 INTEGER = 4,
enumerator
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 211 resTypeStrList.insert(make_pair(ResType::INTEGER, std::string("integer"))); in Init()
|
H A D | resource_manager_impl.cpp | 756 const std::shared_ptr<IdItem> idItem = hapManager_->FindResourceByName(name, ResType::INTEGER, isOverrideResMgr_); in GetIntegerByName() 770 if (idItem == nullptr || idItem->resType_ != ResType::INTEGER) { in GetInteger()
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 332 case NWeb::NWebValue::Type::INTEGER: { in ConvertNwebType2JsType()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 62 INTEGER, member in OHOS::NWeb::ResourceType
|
H A D | webview_javascript_execute_callback.cpp | 246 case NWebValue::Type::INTEGER: in ConvertToJsType()
|
H A D | webview_controller.cpp | 1887 case static_cast<int>(ResourceType::INTEGER): in ParseJsLengthResourceToInt() 2110 case NWebValue::Type::INTEGER: { in ConvertNwebType2JsType()
|
/base/web/webview/interfaces/kits/napi/common/ |
H A D | napi_parse_utils.cpp | 434 { NWebValue::Type::INTEGER, ConvertToNapiHandlerOfInteger }, in ConvertNWebToNapiValue()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 48 {INTEGER, SELECT_INTEGER},
|