| /drivers/peripheral/usb/test/fuzztest/usbgetinterfacestatus_fuzzer/ |
| H A D | usbgetinterfacestatus_fuzzer.cpp | 41 Parameters param; in UsbGetInterfaceStatusFuzzTest() local 42 if (memcpy_s((void *)¶m, sizeof(param), data, sizeof(param)) != EOK) { in UsbGetInterfaceStatusFuzzTest() 47 ret = usbInterface->GetInterfaceActiveStatus(dev, param.interfaceId, unactived); in UsbGetInterfaceStatusFuzzTest()
|
| /foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
| H A D | remote_mission_listener_proxy.h | 35 * @param deviceId, remote device Id. 42 * @param deviceId, remote device Id. 43 * @param missionId, mission Id. 50 * @param deviceId, remote device Id. 51 * @param state, device state.
|
| H A D | ability_connect_callback_interface.h | 37 * @param element, service ability's ElementName. 38 * @param remoteObject,.the session proxy of service ability. 39 * @param resultCode, ERR_OK on success, others on failure. 47 * @param element, service ability's ElementName. 48 * @param resultCode, ERR_OK on success, others on failure.
|
| H A D | remote_mission_listener_interface.h | 34 * @param deviceId, remote device Id. 41 * @param deviceId, remote device Id. 42 * @param missionId, mission Id. 49 * @param deviceId, remote device Id. 50 * @param state, device state.
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
| H A D | app_state_observer.h | 28 * @param appStateData Application Process data.
35 * @param abilityStateData Ability state data.
42 * @param abilityStateData Extension state data.
49 * @param processData Process data.
56 * @param processData Process data.
|
| /foundation/ability/form_fwk/services/include/ |
| H A D | form_render_connection.h | 40 * @param element service ability's ElementName. 41 * @param remoteObject the session proxy of service ability. 42 * @param resultCode ERR_OK on success, others on failure. 49 * @param element service ability's ElementName. 50 * @param resultCode ERR_OK on success, others on failure.
|
| H A D | form_event_handler.h | 54 * @param observer The observer of form event timeout. 61 * @param observer The observer of form event timeout. 68 * @param msg, The event message. 69 * @param eventId, The event Id. 70 * @param delayTime, The delay time.
|
| /foundation/ability/form_fwk/interfaces/inner_api/src/ |
| H A D | provider_connect_stub.cpp | 27 * @param data input param. 28 * @param reply output param. 29 * @param option message option.
|
| /foundation/ability/form_fwk/interfaces/inner_api/include/ |
| H A D | js_form_state_observer_interface.h | 32 * @param bundleName The bundle name of the form host. 38 * @param bundleName The bundle name of the form host. 44 * @param bundleName BundleName of the form host. 45 * @param formEventType The click event type. 46 * @param runningFormInfo The running form info.
|
| H A D | js_form_state_observer_proxy.h | 32 * @param bundleName The bundle name of the form host. 38 * @param bundleName The bundle name of the form host. 44 * @param bundleName BundleName of the form host. 45 * @param callType The click event type. 46 * @param runningFormInfo The running form info.
|
| H A D | provider_connect_proxy.h | 39 * @param element service ability's ElementName. 40 * @param remoteObject the session proxy of service ability. 41 * @param resultCode ERR_OK on success, others on failure. 48 * @param element service ability's ElementName. 49 * @param resultCode ERR_OK on success, others on failure.
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/ |
| H A D | rtsp_listener.h | 33 virtual void OnSetup(const ParamInfo ¶m, int tsPort, int rcPort, const std::string &deviceId) = 0; 35 virtual bool OnPlay(const ParamInfo ¶m, int port, const std::string &deviceId) = 0; 40 virtual void NotifyEventChange(int moduleId, int event, const std::string ¶m) = 0; 43 virtual int StartMediaVtp(const ParamInfo ¶m) = 0; 45 virtual void ProcessStreamMode(const ParamInfo ¶m, const std::string &deviceId) = 0;
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | insight_intent_host_client.h | 40 * @param callback the host of the InsightIntent executing. 47 * @param key, the execute callback key. 53 * @param key, the execute callback key. 54 * @param resultCode, ERR_OK on success, others on failure. 55 * @param executeResult, the execute result.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/photo_editor_extension_ability/ |
| H A D | js_photo_editor_extension.h | 42 * @param record the photo editor extension record. 43 * @param application the application info. 44 * @param handler the photo editor extension handler. 45 * @param token the remote token. 54 * @param runtime The runtime.
|
| H A D | photo_editor_extension_context.h | 30 // param error 52 * @param newWant newWant 60 * @param image image 61 * @param option option 62 * @param newWant newWant
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
| H A D | rtsp_listener.h | 33 virtual void OnSetup(const ParamInfo ¶m, int tsPort, int rcPort, const std::string &deviceId) = 0; 35 virtual bool OnPlay(const ParamInfo ¶m, int port, const std::string &deviceId) = 0; 40 virtual void NotifyEventChange(int moduleId, int event, const std::string ¶m) = 0; 43 virtual int StartMediaVtp(const ParamInfo ¶m) = 0; 45 virtual void ProcessStreamMode(const ParamInfo ¶m, const std::string &deviceId) = 0;
|
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
| H A D | napi_common_execute_result.cpp | 28 bool UnwrapExecuteResult(napi_env env, napi_value param, InsightIntentExecuteResult &executeResult) in UnwrapExecuteResult() argument 32 if (!IsTypeForNapiValue(env, param, napi_valuetype::napi_object)) { in UnwrapExecuteResult() 37 if (!UnwrapInt32ByPropertyName(env, param, "code", code)) { in UnwrapExecuteResult() 43 if (IsExistsByPropertyName(env, param, "result")) { in UnwrapExecuteResult() 45 napi_get_named_property(env, param, "result", &result); in UnwrapExecuteResult()
|
| /foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/include/ |
| H A D | extension_manager_proxy.h | 39 * @param want, Special want for service type's ability.
40 * @param connect, Callback used to notify caller the result of connecting or disconnecting.
41 * @param callerToken, caller ability token.
42 * @param userId, Designation User ID.
52 * @param connect, Callback used to notify caller the result of connecting or disconnecting.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
| H A D | ability_connect_callback.h | 47 * @param element, service ability's ElementName. 48 * @param remoteObject, ipc proxy from remote 49 * @param resultCode, ERR_OK on success, others on failure. 57 * @param element, service ability's ElementName. 58 * @param resultCode, ERR_OK on success, others on failure.
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | application_env_impl.cpp | 24 * @param appInfo 37 * @param appInfo indicates 49 * @param - 59 * @param - 69 * @param -
|
| /foundation/ability/ability_runtime/services/abilitymgr/include/ |
| H A D | ability_connect_callback_proxy.h | 39 * @param element,.service ability's ElementName. 40 * @param remoteObject,.the session proxy of service ability. 41 * @param resultCode, ERR_OK on success, others on failure. 49 * @param element,.service ability's ElementName. 50 * @param resultCode, ERR_OK on success, others on failure.
|
| /foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/ |
| H A D | shell_cmd_result.h | 34 * @param exitCode Indicates the shell cmd exec result. 35 * @param stdResult Indicates the cmd standard result. 42 * @param result Indicates the ShellCommandResult object that already exists. 54 * @param exitCode Indicates the exit code. 68 * @param stdResult Indicates the standard result.
|
| /foundation/arkui/ace_engine/frameworks/core/image/apng/ |
| H A D | apng_image_animation.cpp | 21 * @param duration : ms 22 * @param pictureInfo 38 * @param picture 55 * @param normalized 56 * @param revserse
|
| /foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
| H A D | form_renderer_delegate_stub.h | 39 * @param data input param. 40 * @param reply output param. 41 * @param option message option.
|
| H A D | form_renderer_dispatcher_stub.h | 38 * @param data input param. 39 * @param reply output param. 40 * @param option message option.
|