Home
last modified time | relevance | path

Searched refs:path (Results 5751 - 5775 of 6141) sorted by relevance

1...<<231232233234235236237238239240>>...246

/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp191 void PluginFrontendDelegate::GetState(int32_t& index, std::string& name, std::string& path) {} in GetState() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp161 napi_create_string_utf8(env, fontInfo.path.c_str(), NAPI_AUTO_LENGTH, &resultArray[FONT_INFO_INDEX_PATH]); in JSgetFontByName()
176 napi_set_named_property(env, result, "path", resultArray[FONT_INFO_INDEX_PATH]); in JSgetFontByName()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1371 * @brief Set the path of page.
1372 * @param path The unique identification of one page.
1375 void SetPagePath(const std::string &path);
1378 * @brief Get the path of page
1379 * @return Page path
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h202 * @brief Draws a rectangular path with no fill.
323 * @brief Creates a path.
326 * To draw this path, you need to call {@link DrawPath}.
334 * @brief Moves the start point of this path to a specified point.
343 * @brief Creates a straight line from the end point of this path to a specified point.
352 * @brief Creates an arc path.
368 * @brief Creates a rectangular path.
379 * @brief Closes this path.
387 * @brief Draws this path.
389 * @param paint Indicates the path styl
506 UICanvasPath* path; global() member
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h183 // or path to file
737 AnimationPath path; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h196 void ClipShadowPath(const RSRenderContent& content, RSPaintFilterCanvas& canvas, Drawing::Path& path) const;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/
H A Dmedialibraryextension_fuzzer.cpp278 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp253 std::filesystem::path pathName = SOFTAP_CHANNELS_POLICY_FILE_PATH; in InitParser()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h256 const std::string path = ""; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Djs_util.cpp205 status = GetNamedProperty(env, in, "path", asset.path); in GetValue()
206 LOG_ERROR_RETURN(status == napi_ok, "get path param failed", status); in GetValue()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp109 NAPI_CALL_RETURN_ERR(GetNamedProperty(env, jsValue, "path", output.path), napi_invalid_arg); in Convert2Value()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_napi.cpp115 obj.AddProp("uri", NVal::CreateUTF8String(env, msg->downloadProgress_.path).val_); in OnComplete()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp256 size = getxattr(statEntity->fileInfo_->path.get(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MAX_ATTR_NAME); in GetLocation()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h878 * @param maxSize The length of path.
884 * @brief Set snoop file output path.
886 * @param path Point to the path string.
887 * @param length The length of path.
890 int BTSTACK_API BTM_SetSnoopFilePath(const char *path, uint16_t length);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp166 {"path", item->path}, in CreateAndSetProperties()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h201 /** The file path of System font */
202 char* path; member
1004 * @brief Paints path text on the canvas.
1009 * @param OH_Drawing_Path Indicates path information.
1010 * @param double Indicates the distance along the path to add to the text's starting position.
1011 * @param double Indicates the distance above(-) or below(+) the path to position the text.
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h196 static OpDataHandle AddPathToCmdList(CmdList& cmdList, const Path& path);
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry-compact.S321 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
H A Dentry-arcv2.S75 # query in hard ISR path would return false (since .IE is set) which would
188 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
/kernel/linux/linux-5.10/Documentation/target/
H A Dtcm_mod_builder.py28 if os.path.isdir(fabric_mod_dir_var) == True:
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-compact.S306 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_dev.h579 QXLPHYSICAL path; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_mp.h134 u8 APK_bound[2]; /* for APK path A/path B */
277 u32 path; member
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_fs.h378 extern int nfs_getattr(const struct path *, struct kstat *, u32, unsigned int);
/kernel/linux/linux-5.10/security/selinux/include/
H A Dsecurity.h452 extern struct path selinux_null;

Completed in 41 milliseconds

1...<<231232233234235236237238239240>>...246