/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.h | 26 static XmlSerializer construct(napi_env env); 74 XmlSerializer XmlTest::construct(napi_env env) in construct() function 86 XmlSerializer xmlSerializer = construct(env); in SetDeclaration() 93 XmlSerializer xmlSerializer = construct(env); in SetNamespace() 104 XmlSerializer xmlSerializer = construct(env); in StartElement() 115 XmlSerializer xmlSerializer = construct(env); in WriteEscaped() 121 XmlSerializer xmlSerializer = construct(env); in XmlSerializerError() 431 XmlSerializer xmlSerializer = construct(env); in DealNapiStrValueFunction() 438 XmlSerializer xmlSerializer = construct(env); in SplicNspFunction() 445 XmlSerializer xmlSerializer = construct(env); in SetNamespaceFunction() [all …]
|
/ohos5.0/base/request/request/services/src/manage/events/ |
H A D | mod.rs | 27 mod construct; module 48 pub(crate) fn construct(config: TaskConfig) -> (Self, Recv<Result<u32, ErrorCode>>) { in construct() method 266 let (event, rx) = TaskManagerEvent::construct(config); in ut_task_manager_construct() 286 let (event, rx) = TaskManagerEvent::construct(config.clone()); in ut_task_manager_start() 311 let (event, rx) = TaskManagerEvent::construct(config.clone()); in ut_task_manager_pause_resume() 338 let (event, rx) = TaskManagerEvent::construct(config.clone()); in ut_task_manager_stop_resume()
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-asym-key-generation-conversion-spec.md | 65 - √ indicates the property used to construct a key parameter. 67 - x indicates that the property that cannot be used to construct a key parameter. 143 - √ indicates the property used to construct a key parameter. 171 …er can be used to randomly generate public and private keys, or used to construct the public key p… 218 - √ indicates the property used to construct a key parameter. 220 - x indicates that the property that cannot be used to construct a key parameter. 274 - √ indicates the property used to construct a key parameter. 333 - √ indicates the property used to construct a key parameter. 373 - √ indicates the property used to construct a key parameter. 432 - √ indicates the property used to construct a key parameter. [all …]
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | mod.rs | 14 mod construct; module
|
H A D | construct.rs | 32 pub(crate) fn construct(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in construct() method 243 let (event, rx) = TaskManagerEvent::construct(task_config); in construct()
|
/ohos5.0/base/request/request/services/tests/ |
H A D | construct.rs | 21 let _task_id = agent.construct(config); in sdv_construct_basic()
|
H A D | start.rs | 34 let task_id = agent.construct(config); in sdv_start_basic()
|
H A D | resume.rs | 34 let task_id = agent.construct(config); in sdv_start_resume()
|
H A D | search.rs | 35 let task_id = agent.construct(config); in sdv_search_user()
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-singleton.md | 50 cout << "Delayed singleton instances construct success!" << endl;
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-cross-origin.md | 30 // Construct the local file and construct the return value format mimeType. 39 …ile, use HTTP or HTTPS in place of file or resource as the protocol and construct a custom domain …
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | linear-container.md | 23 …apis-arkts/js-apis-arraylist.md) is a dynamic array that can be used to construct a global array o… 42 [List](../reference/apis-arkts/js-apis-list.md) can be used to construct a singly linked list, whic… 70 [LinkedList](../reference/apis-arkts/js-apis-linkedlist.md) can be used to construct a doubly linke… 99 [Deque](../reference/apis-arkts/js-apis-deque.md) can be used to construct a double-ended queue (de… 127 [Queue](../reference/apis-arkts/js-apis-queue.md) can be used to construct a queue that follows the… 151 [Stack](../reference/apis-arkts/js-apis-stack.md) can be used to construct a stack that follows the… 178 …s-apis-vector.md) is a continuous storage structure that can be used to construct a global array o…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/missionCenterDemo/dmsDemo/entry/src/main/ets/Util/ |
H A D | LocalMissionManager.ets | 22 Logger.info('LocalMissionManager construct');
|
H A D | RemoteMissionManager.ets | 25 Logger.info('RemoteMissionManager construct');
|
H A D | Device.ets | 33 Logger.info('Device construct');
|
/ohos5.0/docs/en/application-dev/media/avsession/ |
H A D | using-ohavsession-developer.md | 43 …To set metadata, use **OH_AVMetadataBuilder** to construct specific data, generate an **OH_AVMetad… 45 The code snippet below shows how to call **OH_AVMetadataBuilder** to construct metadata:
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-faultlogger.md | 105 …. In the sample code, the function of the stack depth test is called to construct a call stack wit… 138 … file, declare the **DfxDumpCatcher** object, use the macro function to construct a function call … 228 1. Find a program crash or construct a crash. 236 // Forcibly convert the type to construct a crash.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-pixelmap.md | 39 Case 1: When OpenCV uses the pixel map data to construct **cv::Mat**, it must include the input par…
|
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/utils/ |
H A D | BreakpointSystem.ets | 38 console.info(TAG, 'BreakpointSystem construct.');
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_003/c_target/foo/v1_0/ |
H A D | foo_ext_service.c.txt | 76 HDF_LOGE("%{public}s: construct FooExtStub obj failed!", __func__);
|
H A D | foo_service.c.txt | 80 HDF_LOGE("%{public}s: construct FooStub obj failed!", __func__);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_interface_test_006/c_target/foo/v1_0/ |
H A D | foo_ext_service.c.txt | 76 HDF_LOGE("%{public}s: construct FooExtStub obj failed!", __func__);
|
H A D | foo_service.c.txt | 80 HDF_LOGE("%{public}s: construct FooStub obj failed!", __func__);
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | app-check-tool.md | 13 
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _o_h___n_n___tensor.md | 8 It is usually used to construct data nodes and operator parameters in a model diagram. When constru…
|