Home
last modified time | relevance | path

Searched defs:code (Results 1676 - 1700 of 1880) sorted by relevance

1...<<61626364656667686970>>...76

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp789 int32_t code = keyEvent->GetKeyAction(); in OnInputEvent() local
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp846 int FormMgrProxy::GetStringInfo(IFormMgr::Message code, MessageParcel &data, std::string &stringInfo) in GetStringInfo() argument
877 int FormMgrProxy::GetFormsInfo(IFormMgr::Message code, MessageParcel &data, std::vector<FormInfo> &formInfos) in GetFormsInfo() argument
897 ErrCode FormMgrProxy::GetRunningFormInfos(IFormMgr::Message code, MessageParcel &data, in GetRunningFormInfos() argument
917 int FormMgrProxy::GetParcelableInfo(IFormMgr::Message code, MessageParcel &data, T &parcelableInfo) in GetParcelableInfo() argument
943 int FormMgrProxy::SendTransactCmd(IFormMgr::Message code, MessageParce argument
1803 GetFormInstance(IFormMgr::Message code, MessageParcel &data, std::vector<FormInstance> &formInstances) GetFormInstance() argument
[all...]
H A Dform_mgr_stub.cpp59 int FormMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
80 int FormMgrStub::OnRemoteRequestFirst(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequestFirst() argument
132 OnRemoteRequestSecond(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequestSecond() argument
182 OnRemoteRequestThird(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequestThird() argument
228 OnRemoteRequestFourth(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequestFourth() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp101 napi_value code = nullptr; in CreateErrorValue() local
816 int32_t code = -1; in GetTriggerInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
H A Dcommon_napi_utils.cpp83 napi_value CommonNapiUtils::CreateInt32(napi_env env, int32_t code) in CreateInt32() argument
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp814 void FormManagerDelegate::OnFormError(const std::string& code, const std::string& msg) in OnFormError() argument
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h49 OH_NativeXComponent_KeyCode code = OH_NativeXComponent_KeyCode::KEY_UNKNOWN; member
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator.cpp907 int64_t code = 0; in OnFinishTest() local
1348 ParseFinishTestPara( napi_env env, NapiCallbackInfo& info, std::string &msg, int64_t &code) ParseFinishTestPara() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp201 shared_ptr<JsValue> code = error->GetProperty(runtime, "code"); in GenerateSummaryBody() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h239 virtual void OnMemoryLevel(const int32_t code) {} in OnMemoryLevel() argument
246 virtual void OnCompleteContinuation(int32_t code) {} in OnCompleteContinuation() argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp443 void PluginFrontend::TransferComponentResponseData(int callbackId, int32_t code, std::vector<uint8_t>&& data) const in TransferComponentResponseData() argument
449 void PluginFrontend::TransferJsResponseData(int callbackId, int32_t code, std::vector<uint8_t>&& data) const in TransferJsResponseData() argument
456 void PluginFrontend::TransferJsResponseDataPreview(int callbackId, int32_t code, ResponseData responseData) const in TransferJsResponseDataPreview() argument
468 void PluginFrontend::TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const in TransferJsEventData() argument
591 OnCompleteContinuation(int32_t code) OnCompleteContinuation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp376 napi_value code = nullptr; in CreateErrorValue() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp1781 const std::string code = "errcode"; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp1040 KeyCode code = KeyCode::KEY_DPAD_CENTER; in HWTEST_F() local
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp279 napi_value code = nullptr; in TriggerCallback() local
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_service_stub.cpp129 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Daccessible_ability_manager_service_proxy.cpp50 bool AccessibleAbilityManagerServiceProxy::SendTransactCmd(AccessibilityInterfaceCode code, in SendTransactCmd() argument
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp395 auto code = safeAsyncWork->Send(data, callMode); in napi_call_threadsafe_function() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1509 InnerTransact( uint32_t code, MessageOption &flags, MessageParcel &data, MessageParcel &reply) InnerTransact() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp263 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1790 auto code = bundleInfo.SetAbilityEnabled(MODULE_NAME, ABILITY_NAME, false, USERID); in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp414 uint32_t code = static_cast<uint32_t>(BundleManagerCallbackInterfaceCode::QUERY_RPC_ID_CALLBACK); in HWTEST_F() local
431 uint32_t code = -1; in HWTEST_F() local
448 uint32_t code = -1; in HWTEST_F() local
466 uint32_t code = 0; in HWTEST_F() local
1009 uint32_t code = 1; in HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp47 int InstalldHost::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
H A Dinstalld_proxy.cpp920 ErrCode InstalldProxy::TransactInstalldCmd(InstalldInterfaceCode code, MessageParcel &data, MessageParcel &reply, in TransactInstalldCmd() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp576 auto code = manager.GetAllOverlayModuleInfo(bundleName, overlayModuleInfos, userId); in HWTEST_F() local
623 auto code = checker.CheckInternalBundle(newInfos, innerBundleInfo); HWTEST_F() local
652 auto code = checker.CheckInternalBundle(newInfos, innerBundleInfo); HWTEST_F() local
676 auto code = checker.CheckInternalBundle(newInfos, innerBundleInfo); HWTEST_F() local
694 auto code = checker.CheckExternalBundle(innerBundleInfo, userId); HWTEST_F() local
740 auto code = checker.CheckExternalBundle(innerBundleInfo, userId); HWTEST_F() local
2266 auto code = checker.CheckTargetBundle("", "", "", USERID); HWTEST_F() local
[all...]

Completed in 82 milliseconds

1...<<61626364656667686970>>...76