Home
last modified time | relevance | path

Searched refs:UNKNOWN_TYPE (Results 1 - 15 of 15) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_hit_testresult.h32 static const int UNKNOWN_TYPE = 0; member in OHOS::NWeb::HitTestResult
/base/location/test/location_locator/source/
H A Dfusion_controller_test.cpp25 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 Dans_convert_enum.h38 UNKNOWN_TYPE = 0, member in OHOS::NotificationNapi::SlotType
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h25 UNKNOWN_TYPE = 1,
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp104 case SlotType::UNKNOWN_TYPE: in SlotTypeJSToC()
119 outType = SlotType::UNKNOWN_TYPE; in SlotTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp136 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 Dnotification_utils.h143 UNKNOWN_TYPE = 0, member in SlotType
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp668 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 Dconstant.cpp55 SetNamedPropertyByInteger(env, obj, static_cast<int32_t>(SlotType::UNKNOWN_TYPE), "UNKNOWN_TYPE"); in SlotTypeInit()
H A Dcommon.cpp139 SlotType outType = SlotType::UNKNOWN_TYPE; in SetNotificationSlot()
H A Dcommon_convert_request.cpp89 SlotType outType = SlotType::UNKNOWN_TYPE; in SetNotificationRequestByNumber()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp758 case HitTestResult::UNKNOWN_TYPE: in ConverToWebHitTestType()
803 return ConverToWebHitTestType(HitTestResult::UNKNOWN_TYPE); in GetHitTest()
H A Dnapi_webview_controller.cpp2782 napi_create_uint32(env, HitTestResult::UNKNOWN_TYPE, &type); in GetHitTestValue()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp563 case NWeb::HitTestResult::UNKNOWN_TYPE: in ConverToWebHitTestType()
H A Dwebview_ffi.cpp689 RetDataCString ret = { .code = NWeb::HitTestResult::UNKNOWN_TYPE, .data = nullptr }; in FfiOHOSWebviewCtlGetHitTestValue()

Completed in 30 milliseconds