| /foundation/arkui/ace_engine_lite/frameworks/src/core/directive/ |
| H A D | descriptor_utils.cpp | 208 JSValue DescriptorUtils::CreateDescriptor(const char * const type, JSValue getter, JSValue render) in CreateDescriptor() argument 236 bool DescriptorUtils::IsDescriptor(const char * const type, JSValue descriptor) in IsDescriptor() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | clock_hand_component.cpp | 246 LayoutType type = LayoutType::RECT; in GetLayoutType() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
| H A D | swiper_tdd_test.cpp | 54 jerry_value_t type = jerry_create_string(reinterpret_cast<const jerry_char_t *>("stack")); in SetUp() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
| H A D | app_style_manager.cpp | 218 void AppStyleManager::HandleSingleSelector(const jerry_value_t prop, const jerry_value_t type, Component &curr) in HandleSingleSelector() argument 257 void AppStyleManager::HandleSelectors(const jerry_value_t options, const jerry_value_t type, Component &curr) in HandleSelectors() argument 309 bool AppStyleManager::isPseudoExist(uint16_t styleItemNameId, uint16_t type) in isPseudoExist() argument 324 MarkPseudoFlag(uint16_t styleItemNameId, uint16_t type) MarkPseudoFlag() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
| H A D | mock_event_manager.cpp | 160 void EventManager::DumpEvent(NG::EventTreeType type, bool hasJson = false) const {} in DumpEvent() argument 162 void AddGestureSnapshot(int32_t finger, int32_t depth, const RefPtr<TouchEventTarget>& target, NG::EventTreeType type) in AddGestureSnapshot() argument
|
| H A D | mock_drag_drop_manager.cpp | 63 FireOnDragEvent( const RefPtr<FrameNode>& frameNode, const PointerEvent& pointerEvent, DragEventType type, const std::string& extraInfo) FireOnDragEvent() argument 76 FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, const OHOS::Ace::ItemDragInfo& itemDragInfo, DragEventType type, int32_t draggedIndex, int32_t insertIndex) FireOnItemDragEvent() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | event_util.cpp | 61 JSValue EventUtil::CreateEvent(const char *type, UIView &view, const Event &event) in CreateEvent() argument
|
| /foundation/arkui/ui_lite/interfaces/kits/font/ |
| H A D | ui_font.h | 160 int8_t GetFontVersion(BaseFont::FontType type, const char* path, char* version, uint8_t len) const in GetFontVersion() argument
|
| H A D | base_font.h | 136 virtual int8_t GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() argument 200 GetWildCardStaticStr(uint16_t textId, UITextWildcardStaticType type, uint8_t** strAddr, uint16_t& strLen) const GetWildCardStaticStr() argument
|
| /foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
| H A D | custom_input_method.cpp | 90 KeyInfo GetKeyInfo(KeyboardType type) in GetKeyInfo() argument 151 void CustomInputMethod::SetupView(KeyboardType type) in SetupView() argument 188 void CustomInputMethod::SetupKeyboard(KeyboardType type) in SetupKeyboard() argument 285 InputType type = editView_->GetInputType(); in OnClick() local 351 InputType type = editView_->GetInputType(); in OnLongPress() local 402 ChangeKeyboard(KeyboardType type) ChangeKeyboard() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| H A D | web_pattern_touch_test_ng.cpp | 728 auto type = WebPattern::WebAccessibilityType::SEL_END; HWTEST_F() local [all...] |
| /foundation/arkui/ui_lite/frameworks/dfx/ |
| H A D | ui_dump_dom_tree.cpp | 45 void UIDumpDomTree::AddNameField(UIViewType type, cJSON* usr) const in AddNameField() argument
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| H A D | bluetooth_hfp_ag_proxy.cpp | 211 ClccResponse( int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) ClccResponse() argument
|
| H A D | bluetooth_ble_central_manager_proxy.cpp | 312 int BluetoothBleCentralManagerProxy::SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) in SendParamsToLpDevice() argument
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_remote_device.cpp | 44 int type = 0; in GetDeviceType() local 45 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), type, "Invalid remote device."); in GetDeviceType() local
|
| H A D | bluetooth_hid_host.cpp | 339 void HidHost::HidHostVCUnplug(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostVCUnplug() argument 351 HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) HidHostSendData() argument 363 HidHostSetReport(std::string device, uint8_t type, std::string &report) HidHostSetReport() argument 375 HidHostGetReport(std::string device, uint8_t id, uint16_t size, uint8_t type) HidHostGetReport() argument [all...] |
| /foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
| H A D | napi_bluetooth_ble_central_manager_callback.cpp | 182 static void OnSysScanCallback(const BleScanResult &result, const std::string &type) in OnSysScanCallback() argument
|
| H A D | napi_bluetooth_gatt_server.cpp | 148 GattServiceType type = napiGattService.isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY; in CheckGattsAddService() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
| H A D | napi_bluetooth_spp_client.cpp | 91 int type = 0; in GetSppOptionFromJS() local 309 std::string type; in CheckSppClientOn() local 358 std::string type; CheckSppClientOff() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_hfp_ag_stub.cpp | 251 int type = data.ReadInt32(); in ClccResponseInner() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_hid_host_server.cpp | 255 HidHostVCUnplug(std::string &device, uint8_t &id, uint16_t &size, uint8_t &type, int& result) HidHostVCUnplug() argument 272 HidHostSendData(std::string &device, uint8_t &id, uint16_t &size, uint8_t &type, int& result) HidHostSendData() argument 289 HidHostSetReport(std::string &device, uint8_t &type, std::string &report, int& result) HidHostSetReport() argument 311 HidHostGetReport(std::string &device, uint8_t &id, uint16_t &size, uint8_t &type, int& result) HidHostGetReport() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| H A D | avrcp_ct_browse.cpp | 521 auto type = static_cast<uint8_t>(payload); in DisassembleMeParameter() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
| H A D | ble_properties.cpp | 76 int type = BLE_CONFIG_LOCAL_NAME; in SetLocalName() local
|
| /foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/ |
| H A D | json_serializer_test.cpp | 399 std::vector<std::string> type; BenchmarkTestForCommonEventInfoFromJson() local [all...] |
| /foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
| H A D | image_compress.cpp | 101 ImageType type = GetImageType(fileData, fileLength); in GetImageTypeString() local 144 ImageType type = GetImageType(fileData, fileSize); in CompressImageByContent() local
|