| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_tabs_controller.cpp | 40 napi_value code = nullptr; in CreateErrorValue() local
|
| H A D | js_xcomponent_controller.cpp | 48 napi_value code = nullptr; in CreateErrorValue() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | page_url_checker_ohos.cpp | 102 int32_t code = data.ReadInt32(); in HandleOnError() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
| H A D | rich_editor_pattern_testtwo_ng.cpp | 588 KeyCode code = KeyCode::KEY_UNKNOWN; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
| H A D | ui_extension_model_ng.cpp | 263 SetOnError( std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError, NG::SessionType sessionType) SetOnError() argument 281 SetPlatformOnError( std::function<void(int32_t code, const std::string& name, const std::string& message)>&& onError) SetPlatformOnError() argument
|
| H A D | platform_pattern.cpp | 246 SetOnErrorCallback( const std::function<void(int32_t code, const std::string& name, const std::string& message)>&& callback) SetOnErrorCallback() argument 257 FireOnErrorCallback( int32_t code, const std::string& name, const std::string& message) FireOnErrorCallback() argument
|
| /foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
| H A D | form_renderer_dispatcher_stub.cpp | 47 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
|
| /foundation/barrierfree/accessibility/common/interface/src/ |
| H A D | accessible_ability_channel_stub.cpp | 68 int AccessibleAbilityChannelStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| H A D | accessible_ability_channel_proxy.cpp | 44 bool AccessibleAbilityChannelProxy::SendTransactCmd(AccessibilityInterfaceCode code, in SendTransactCmd() argument
|
| H A D | accessibility_element_operator_stub.cpp | 60 int AccessibilityElementOperatorStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest() argument
|
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| H A D | mock_accessible_ability_channel_proxy.cpp | 32 SendTransactCmd( AccessibilityInterfaceCode code, MessageParcel& data, MessageParcel& reply, MessageOption& option) SendTransactCmd() argument
|
| /foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/ |
| H A D | app_domain_verify_mgr_client_test.cpp | 42 int MgrInvokeOK(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in MgrInvokeOK() argument 50 int MgrInvokeFail(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in MgrInvokeFail() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
| H A D | app_control_host.cpp | 39 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
|
| H A D | app_control_proxy.cpp | 686 ErrCode AppControlProxy::GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data, T& parcelableInfo) in GetParcelableInfo() argument 727 ErrCode AppControlProxy::GetParcelableInfosWithErrCode(AppControlManagerInterfaceCode code, MessageParcel &data, in GetParcelableInfosWithErrCode() argument 754 int32_t AppControlProxy::SendRequest(AppControlManagerInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendRequest() argument 708 GetParcelableInfos( AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) GetParcelableInfos() argument [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/ |
| H A D | bundle_resource_host.cpp | 39 int32_t BundleResourceHost::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
| H A D | cj_zip.cpp | 215 int32_t code = ZipWithFilterCallback(srcDir, destFile, options, ExcludeHiddenFilesFilter); in Zip() local
|
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/ |
| H A D | system_ability_manager.cpp | 89 int32_t SystemAbilityManager::FindSystemAbilityNotify(int32_t systemAbilityId, int32_t code) in FindSystemAbilityNotify() argument 96 FindSystemAbilityNotify( int32_t systemAbilityId, const std::string& deviceId, int32_t code) FindSystemAbilityNotify() argument
|
| /foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/ |
| H A D | app_domain_verify_mgr_service_test.cpp | 52 int InvokeSingleVerifyOK(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in InvokeSingleVerifyOK() argument 63 int InvokeSingleVerifyFail(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in InvokeSingleVerifyFail() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/ |
| H A D | bundle_resource_host_test.cpp | 156 uint32_t code = 100; in HWTEST_F() local 175 uint32_t code = 100; in HWTEST_F() local
|
| /foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
| H A D | mock_accessible_ability_channel_stub.cpp | 68 int AccessibleAbilityChannelStubMock::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| H A D | mock_accessible_ability_channel_proxy.cpp | 44 bool AccessibleAbilityChannelProxyMock::SendTransactCmd(AccessibilityInterfaceCode code, in SendTransactCmd() argument
|
| /foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/ |
| H A D | mock_service_registry.cpp | 67 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbilityWrapper(int32_t code, MessageParcel& data) in CheckSystemAbilityWrapper() argument 103 int32_t SystemAbilityManagerProxy::RemoveSystemAbilityWrapper(int32_t code, MessageParcel& data) in RemoveSystemAbilityWrapper() argument 166 int32_t SystemAbilityManagerProxy::AddSystemAbilityWrapper(int32_t code, MessageParcel& data) in AddSystemAbilityWrapper() argument 201 sptr<IRemoteObject> SystemAbilityManagerProxy::Recompute(int32_t systemAbilityId, int32_t code) in Recompute() argument
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| H A D | mock_bundle_manager.cpp | 33 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
|
| /foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
| H A D | mock_mt_accessible_ability_channel_proxy.cpp | 32 SendTransactCmd( AccessibilityInterfaceCode code, MessageParcel& data, MessageParcel& reply, MessageOption& option) SendTransactCmd() argument
|
| /foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/ |
| H A D | app_domain_verify_mgr_service_stub.cpp | 35 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|