Searched refs:UNKNOWN_TYPE (Results 1 - 15 of 15) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_hit_testresult.h | 32 static const int UNKNOWN_TYPE = 0; member in OHOS::NWeb::HitTestResult
|
/base/location/test/location_locator/source/ |
H A D | fusion_controller_test.cpp | 25 const int UNKNOWN_TYPE = 0; member 79 fusionController_->ActiveFusionStrategies(UNKNOWN_TYPE); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 38 UNKNOWN_TYPE = 0, member in OHOS::NotificationNapi::SlotType
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | mmi_adapter.h | 25 UNKNOWN_TYPE = 1,
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 104 case SlotType::UNKNOWN_TYPE: in SlotTypeJSToC() 119 outType = SlotType::UNKNOWN_TYPE; in SlotTypeCToJS()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 136 inType = NotificationNapi::SlotType::UNKNOWN_TYPE; in HWTEST_F() 155 EXPECT_EQ(outType, NotificationNapi::SlotType::UNKNOWN_TYPE); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 143 UNKNOWN_TYPE = 0, member in SlotType
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 668 case SlotType::UNKNOWN_TYPE: in SlotTypeCJToC() 683 outType = SlotType::UNKNOWN_TYPE; in SlotTypeCToCJ() 880 SlotType outType = SlotType::UNKNOWN_TYPE; in SetNotificationSlot() 951 SlotType outType = SlotType::UNKNOWN_TYPE; in SetNotificationRequestByNumber()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 55 SetNamedPropertyByInteger(env, obj, static_cast<int32_t>(SlotType::UNKNOWN_TYPE), "UNKNOWN_TYPE"); in SlotTypeInit()
|
H A D | common.cpp | 139 SlotType outType = SlotType::UNKNOWN_TYPE; in SetNotificationSlot()
|
H A D | common_convert_request.cpp | 89 SlotType outType = SlotType::UNKNOWN_TYPE; in SetNotificationRequestByNumber()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 758 case HitTestResult::UNKNOWN_TYPE: in ConverToWebHitTestType() 803 return ConverToWebHitTestType(HitTestResult::UNKNOWN_TYPE); in GetHitTest()
|
H A D | napi_webview_controller.cpp | 2782 napi_create_uint32(env, HitTestResult::UNKNOWN_TYPE, &type); in GetHitTestValue()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 563 case NWeb::HitTestResult::UNKNOWN_TYPE: in ConverToWebHitTestType()
|
H A D | webview_ffi.cpp | 689 RetDataCString ret = { .code = NWeb::HitTestResult::UNKNOWN_TYPE, .data = nullptr }; in FfiOHOSWebviewCtlGetHitTestValue()
|
Completed in 30 milliseconds