| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
| H A D | container_modal_pattern.cpp | 754 auto content = GetContentNode();
in InitLayoutProperty() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
| H A D | pattern.h | 362 const auto& content = frameNode->GetGeometryNode()->GetContent(); in GetHostContentSize() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_client_impl.cpp | 149 std::string SpanstringConvertHtmlImpl::SpanstringConvertHtml(const std::vector<uint8_t> &content) in SpanstringConvertHtml() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
| H A D | menu_item_pattern.cpp | 212 auto content = itemProperty->GetContent().value_or(""); in OnAfterModifyDone() local 226 auto content = itemProperty->GetContent().value_or(""); in RecordChangeEvent() local 1173 std::string content = menuProperty->GetContent().value_or(""); in AddClickableArea() local 1199 auto content = layoutProperty->GetContent().value_or(layoutProperty->GetLabel().value_or("")); in AddStackSubMenuHeader() local 1356 auto content = isLabel ? itemProperty->GetLabel().value_or("") : itemProperty->GetContent().value_or(""); UpdateText() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_property.cpp | 1362 const auto& content = contentConstraint_.value(); in ConstraintEqual() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_textpicker.cpp | 791 NG::RangeContent content; in ParseTextArray() local 846 NG::RangeContent content; in ParseIconTextArray() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| H A D | page_router_manager.cpp | 110 void PageRouterManager::RunPage(const std::shared_ptr<std::vector<uint8_t>>& content, const std::string& params) in RunPage() argument
|
| H A D | frontend_delegate_declarative_ng.cpp | 536 bool FrontendDelegateDeclarativeNG::GetAssetContent(const std::string& url, std::string& content) in GetAssetContent() argument 541 bool FrontendDelegateDeclarativeNG::GetAssetContent(const std::string& url, std::vector<uint8_t>& content) in GetAssetContent() argument 197 RunPage( const std::shared_ptr<std::vector<uint8_t>>& content, const std::string& params, const std::string& profile) RunPage() argument [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
| H A D | jsi_pa_engine.cpp | 448 std::vector<uint8_t> content; in LoadJs() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_text_bridge.cpp | 688 std::string content; in SetContent() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| H A D | declarative_frontend.cpp | 690 RunPage( const std::shared_ptr<std::vector<uint8_t>>& content, const std::string& params) Initialize() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
| H A D | mock_plugin_frontend_delegate.cpp | 267 bool PluginFrontendDelegate::GetAssetContent(const std::string& url, std::string& content) in GetAssetContent() argument 272 bool PluginFrontendDelegate::GetAssetContent(const std::string& url, std::vector<uint8_t>& content) in GetAssetContent() argument 357 void PluginFrontendDelegate::UpdatePlugin(const std::string& content) {} in UpdatePlugin() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_model_ng.cpp | 34 void TextModelNG::Create(const std::string& content) in Create() argument 76 RefPtr<FrameNode> TextModelNG::CreateFrameNode(int32_t nodeId, const std::string& content) in CreateFrameNode() argument
|
| H A D | text_content_modifier.cpp | 973 auto content = StringUtils::ToWstring(paragraphText); in GetTextRaceDirectionByContent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_layout_algorithm.cpp | 503 const auto &content = layoutWrapper->GetGeometryNode()->GetContent(); in HandleCounterLayout() local 549 const std::unique_ptr<GeometryProperty> &content = layoutWrapper->GetGeometryNode()->GetContent(); in HandleTextArea() local 796 void TextFieldLayoutAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, in CreateParagraph() argument 782 GetParagraphStyle( const TextStyle& textStyle, const std::string& content, const float fontSize) const GetParagraphStyle() argument 817 CreateParagraph(const TextStyle& textStyle, const std::vector<std::string>& contents, const std::string& content, bool needObscureText, CreateParagraphData paragraphData) CreateParagraph() argument 860 CreateInlineParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, int32_t nakedCharPosition, CreateParagraphData paragraphData) CreateInlineParagraph() argument 882 GetTextDirection(const std::string& content, TextDirection direction) GetTextDirection() argument 957 const auto& content = layoutWrapper->GetGeometryNode()->GetContent(); UpdateUnitLayout() local 1041 AdaptInlineFocusFontSize(TextStyle& textStyle, const std::string& content, const Dimension& stepUnit, const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper) AdaptInlineFocusFontSize() argument 1106 AdaptInlineFocusMinFontSize(TextStyle& textStyle, const std::string& content, const Dimension& stepUnit, const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper) AdaptInlineFocusMinFontSize() argument 1169 CreateParagraphAndLayout(const TextStyle& textStyle, const std::string& content, const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, bool needLayout) CreateParagraphAndLayout() argument [all...] |
| /foundation/arkui/napi/native_engine/ |
| H A D | native_engine.cpp | 844 std::vector<uint8_t> content; in RunScriptForAbc() local 871 std::vector<uint8_t> content; in RunScript() local 892 std::vector<uint8_t> content; in RunScriptInRestrictedThread() local 621 CallGetAssetFunc(const std::string& uri, uint8_t** buffer, size_t* bufferSize, std::vector<uint8_t>& content, std::string& ami, bool &useSecureMem, bool isRestrictedWorker) CallGetAssetFunc() argument 911 GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, std::vector<uint8_t>& content, std::string& ami, bool isRestrictedWorker) GetAbcBuffer() argument [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
| H A D | exif_metadata_formatter.cpp | 664 void ExifMetadatFormatter::ReplaceAsContent(std::string &value, const std::string ®ex, const std::string &content) in ReplaceAsContent() argument
|
| /foundation/multimedia/player_framework/frameworks/js/avplayer/ |
| H A D | avplayer_napi.cpp | 2093 int32_t content = CONTENT_TYPE_UNKNOWN; in JsHandleParameter() local 2203 int32_t content = static_cast<int32_t>(jsPlayer->audioRendererInfo_.contentType); in JsGetAudioRendererInfo() local [all...] |
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
| H A D | i_wifi_struct.h | 95 char* content; member
|
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/ |
| H A D | wifi_supplicant_hal.c | 1005 char* content = infoElem->content + 1; in GetChanWidthCenterFreqHe() local [all...] |
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| H A D | wifi_hdi_util.c | 261 char* content = infoElem->content + 1; in GetChanWidthCenterFreqHe() local [all...] |
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
| H A D | dm_auth_manager.cpp | 1853 std::string content = jsonObj.dump(); in GenerateBindResultContent() local
|
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
| H A D | udmf_test.cpp | 533 char content[] = "hello world";
in HWTEST_F() local 802 char content[] = "hello world";
in HWTEST_F() local 960 char content[] = "hello world";
in HWTEST_F() local 1347 char content[] in HWTEST_F() local 1371 char content[] = "hello world"; HWTEST_F() local 1561 auto *content = OH_UdsPlainText_GetContent(plainTextOutput); HWTEST_F() local 1682 auto content = OH_UdsHtml_GetContent(htmlOutput); HWTEST_F() local 1841 auto content = OH_UdsPlainText_GetContent(plainText2); HWTEST_F() local 1958 std::string content = "content"; HWTEST_F() local [all...] |
| /foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
| H A D | native_devicemanager_js.cpp | 948 OnBindResult(const PeerTargetId &targetId, int32_t result, int32_t status, std::string content) OnBindResult() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_vfpf.h | 442 struct pf_vf_bulletin_content content; member
|