| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | catchClause.h | 28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() argument 29 : TypedStatement(AstNodeType::CATCH_CLAUSE), param_(param), body_(body) in CatchClause() 33 Expression *Param() in Param() function in ark::es2panda::ir::CatchClause 38 const Expression *Param() const in Param() function in ark::es2panda::ir::CatchClause
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | catchClause.h | 41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() argument 42 : Statement(AstNodeType::CATCH_CLAUSE), scope_(scope), param_(param), body_(body) in CatchClause() 46 Expression *Param() in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause 51 const Expression *Param() const in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsIndexSignature.h | 36 explicit TSIndexSignature(Expression *param, Expression *typeAnnotation, bool readonly, bool isStatic = false) in TSIndexSignature() argument 38 param_(param), in TSIndexSignature() 45 const Expression *Param() const in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSIndexSignature 50 Expression *Param() in Param() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSIndexSignature
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/ |
| H A D | dynamicCall.h | 37 * @param varbinder 38 * @param callee expression used to call method 49 * @param expr member expression 50 * @param name to store result
|
| /base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/database/ |
| H A D | sandbox_manager_rdb_open_callback.h | 35 * param store The RdbStore object. 41 * param store The RdbStore object. 42 * param oldVersion The old database version. 43 * param newVersion The new database version.
|
| /base/hiviewdfx/hiview/test/unittest/xpower_event/ |
| H A D | xpower_event_test.cpp | 58 int param = OHOS::system::GetIntParameter(PROP_XPOWER_OPTIMIZE_ENABLE, 0);
in HWTEST_F() local 59 ASSERT_EQ(param, 0);
in HWTEST_F() 67 param = OHOS::system::GetIntParameter(PROP_XPOWER_OPTIMIZE_ENABLE, 0);
in HWTEST_F() 68 ASSERT_EQ(param, 1);
in HWTEST_F()
|
| /base/customization/enterprise_device_management/framework/extension/include/ |
| H A D | enterprise_admin_stub.h | 35 * @param code The code. 36 * @param data The data. 37 * @param reply The reply. 38 * @param option The option.
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| H A D | hap_resource_manager.h | 41 * @param path the resources.index file path 42 * @param hapResource hapResource 50 * @param path the resources.index file path 51 * @param patchPath the patch path
|
| /base/notification/distributed_notification_service/services/distributed/include/ |
| H A D | distributed_flow_control.h | 29 * @param kvManagerSecondMaxinum The maximum number of calls to DistributedKvDataManager interface per second. 30 * @param kvManagerMinuteMaxinum The maximum number of calls to DistributedKvDataManager interface per minute. 31 * @param kvStoreSecondMaxinum The maximum number of calls to SingleKvStore interface per second. 32 * @param kvStoreMinuteMaxinum The maximum number of calls to SingleKvStore interface per minute.
|
| /base/notification/common_event_service/frameworks/core/include/ |
| H A D | common_event_listener.h | 35 * @param commonEventSubscriber the CommonEventSubscriber object 44 * @param data Indicates the common event data. 45 * @param ordered Indicates whether it is an ordered common event. 46 * @param sticky Indicates whether it is a sticky common event.
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| H A D | notification_normal_content.h | 40 * @param jsonObject Indicates the Json object. 48 * @param jsonObject Indicates the Json object. 56 * @param parcel the object into the parcel. 64 * @param parcel Indicates the parcel object.
|
| /base/telephony/cellular_call/services/utils/include/ |
| H A D | mmi_code_utils.h | 43 * @param analyseString 44 * @param isNeedUseIms 54 * @param slotId 75 * @param analyseString
|
| /base/telephony/core_service/interfaces/innerkits/satellite/ |
| H A D | i_satellite_core_callback.h | 35 * @param event event which contains the response data. 43 * @param event event which contains the response data. 51 * @param event event which contains the response data. 59 * @param event event which contains the response data.
|
| /base/telephony/cellular_call/services/connection/include/ |
| H A D | base_connection.h | 43 * @param CallReportInfo 57 * @param state 78 * @param bool 92 * @param int32_t
|
| /base/telephony/telephony_data/global_params/include/ |
| H A D | rdb_global_params_helper.h | 41 * @param path path 50 * @param createTableStr Create table statement 57 * @param createIndexStr Create index statement 64 * @param createTableStr Create table statement
|
| /base/useriam/pin_auth/frameworks/ipc/src/ |
| H A D | inputer_set_data_stub.cpp | 51 std::vector<uint8_t> param; in OnSetDataStub() local 58 if (!data.ReadUInt8Vector(¶m)) { in OnSetDataStub() 59 IAM_LOGE("failed to read param"); in OnSetDataStub() 67 OnSetData(subType, param, errorCode); in OnSetDataStub()
|
| /base/useriam/fingerprint_auth/services/inc/ |
| H A D | sensor_illumination_manager.h | 46 const SaCommandParam param); 48 const SaCommandParam param); 50 const SaCommandParam param); 52 const SaCommandParam param);
|
| /device/board/hihope/dayu210/updater/config/ |
| H A D | init.cfg | 24 "mkdir /param", 28 "chmod 0755 /param", 39 "name" : "param:startup.service.ctl.updater=5 && param:updater.sdcard.configs=1",
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
| H A D | wifi_device_util.h | 28 * @param type [in] os security type. 37 * @param type [in] hisi security type. 53 * @param result [out] hotspot interface name. 54 * @param size [in] result buffer size, must bigger than WIFI_IFNAME_MAX_SIZE + 1.
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/ |
| H A D | sal_common.h | 38 #define diag_msg_free(msg) hi_free(HI_MOD_ID_SAL_DIAG, (hi_pvoid)((msg)->param[0])) 39 #define diag_msg_free0(msg) hi_free(HI_MOD_ID_SAL_DIAG, (hi_pvoid)((msg)->param[0])) 40 #define diag_buffering_msg_free(msg) diag_free_buffer((diag_buffer_id)hi_lou16((msg)->param[3]), \ 41 (hi_pvoid)(uintptr_t)((msg)->param[0]))
|
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
| H A D | ability_debug_response_proxy.h | 32 * @param tokens The token of ability token. 38 * @param tokens The token of ability token. 44 * @param tokens The token of ability records. 45 * @param isAssertDebug Assert debug flag.
|
| /foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/foo/camera/v1_0/ |
| H A D | ICameraDeviceCallback.idl | 34 * @param type Indicates the error type. For details, see {@link ErrorType}. 35 * @param errorCode Indicates the error code. This parameter is not used currently. 46 * @param timestamp Indicates the timestamp when the metadata is reported. 47 * @param result Indicates the metadata reported. The reported metadata is specified by {@link EnableResult}.
|
| /foundation/ai/ai_engine/services/server/server_executor/include/ |
| H A D | i_async_task_manager.h | 33 * @param [in] request Request information of asynchronous task. 42 * @param [in] listener Callback. 43 * @param [in] transactionId Transaction ID. 52 * @param [in] transactionId Transaction ID.
|
| /foundation/ability/form_fwk/test/mock/include/ |
| H A D | mock_form_death_callback.h | 55 * @param formJsInfo Indicates the obtained {@code FormJsInfo} instance. 65 * @param formId Indicates the ID of the form to uninstall. 75 * @param errorCode Indicates error-code of the form. 76 * @param errorMsg Indicates error-message of the form.
|
| /foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
| H A D | update_engine_controller.h | 34 virtual bool CreateUpdateEngine(const std::string ¶m) in CreateUpdateEngine() argument 39 void OnUpdateComplete(UpdateState result, const std::string ¶m); 48 void UpdateCompleteProc(UpdateState result, const std::string ¶m, bool &isLast); 53 virtual void HandleUpdateComplete(UpdateState result, const std::string ¶m) {}; in HandleUpdateComplete() argument
|