Home
last modified time | relevance | path

Searched defs:contents (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_component.cpp23 TabContentComponent( const std::list<RefPtr<Component>>& contents, const RefPtr<TabController>& controller) TabContentComponent() argument
H A Dtab_content_element.cpp22 TabContentElement::TabContentElement(const std::list<RefPtr<Component>>& contents) in TabContentElement() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.h33 explicit TabContentProxyElement(const std::list<RefPtr<Component>>& contents) : TabContentElement(contents) {}; in TabContentProxyElement() argument
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_context.cpp24 void StageContext::Parse(const std::string& contents) in Parse() argument
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_context.cpp23 void FaContext::Parse(const std::string& contents) in Parse() argument
/foundation/arkui/ace_engine/adapter/preview/external/ability/
H A Dcontext.cpp39 std::string contents; in CreateContext() local
47 formatMessage << contents; in CreateContext() local
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.cpp47 void ManifestParser::Parse(const std::string& contents) in Parse() argument
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromconfigfile_fuzzer/
H A Dloadfromconfigfile_fuzzer.cpp45 std::vector<std::string> contents; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H A Dmock_plugin_mgr.h56 std::vector<std::string> contents; in Init() local
72 std::vector<std::string> contents; in Init() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_switch_test.cpp56 std::vector<std::string> contents; in HWTEST_F() local
75 std::vector<std::string> contents; in HWTEST_F() local
93 std::vector<std::string> contents; in HWTEST_F() local
111 std::vector<std::string> contents; in HWTEST_F() local
[all...]
H A Dconfig_reader_test.cpp52 std::vector<std::string> contents; in ParseConfigFile() local
72 std::vector<std::string> contents; in HWTEST_F() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromcustconfigfile_fuzzer/
H A Dloadfromcustconfigfile_fuzzer.cpp45 std::vector<std::string> contents; in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstage_card_parser.cpp24 void StageCardParser::Parse(const std::string& contents, const std::string& selectUrl) in Parse() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Drofs_filesystem.cpp129 explicit ROFSMemoryDirectory(const vector<IDirectory::Entry>& contents) : contents_(contents) {} in ROFSMemoryDirectory() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_callback_test.cpp116 char contents[] = "AP-STA-DISCONNECTED"; in HWTEST_F() local
128 char contents[] = "AP-ENABLED"; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp128 std::vector<std::vector<char>> contents; in HWTEST_F() local
174 std::vector<std::vector<char>> contents; HWTEST_F() local
220 std::vector<std::vector<char>> contents; HWTEST_F() local
266 std::vector<std::vector<char>> contents; HWTEST_F() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h162 std::string contents = ""; member
175 std::string contents = ""; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp229 std::vector<std::string> contents = {}; in GrayDisplayAISpan() local
336 CreateParagraphDrag( const TextStyle& textStyle, const std::vector<std::string>& contents, const RefPtr<Paragraph>& paragraph) CreateParagraphDrag() argument
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp121 OH_ArkUI_AccessibilityElementInfoSetContents( ArkUI_AccessibilityElementInfo* elementInfo, const char* contents) OH_ArkUI_AccessibilityElementInfoSetContents() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h479 std::string contents; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp338 std::vector<NG::RangeContent> contents; in HWTEST_F() local
360 std::vector<NG::RangeContent> contents; in HWTEST_F() local
390 std::vector<NG::RangeContent> contents; in HWTEST_F() local
430 std::vector<NG::RangeContent> contents; HWTEST_F() local
461 std::vector<NG::RangeContent> contents; HWTEST_F() local
497 std::vector<NG::RangeContent> contents; HWTEST_F() local
522 std::vector<NG::RangeContent> contents; HWTEST_F() local
543 std::vector<NG::RangeContent> contents; HWTEST_F() local
566 std::vector<NG::RangeContent> contents; HWTEST_F() local
1142 std::vector<NG::RangeContent> contents; HWTEST_F() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp188 void PluginMgr::GetConfigContent(int32_t configIdx, const std::string& configPath, std::vector<std::string>& contents) in GetConfigContent() argument
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp533 void PasteDataRecord::SetSystemDefinedContent(const Details &contents) in SetSystemDefinedContent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp817 void TextFieldLayoutAlgorithm::CreateParagraph(const TextStyle& textStyle, const std::vector<std::string>& contents, in CreateParagraph() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp1265 napi_value contents = nullptr; in GetElementInfoAllAttribute3() local
[all...]

Completed in 23 milliseconds

12