Home
last modified time | relevance | path

Searched defs:code (Results 401 – 425 of 3143) sorted by relevance

1...<<11121314151617181920>>...126

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/
H A Dremote_object_interface_stub.cpp22 int RemoteObjectInterfaceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest()
/ohos5.0/base/customization/enterprise_device_management/services/edm/include/connection/
H A Dienterprise_connection.h26 IEnterpriseConnection(const AAFwk::Want &want, uint32_t code, in IEnterpriseConnection()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_download_callback_mock.h36 …int32_t InvokeSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption … in InvokeSendRequest()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Duni_error.cpp36 int32_t code; in GetErrorCode() local
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_callback_stub.cpp36 int32_t DeviceSecurityLevelCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, Messag… in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_stub.cpp28 static int32_t ClientIpcInterfaceMsgHandle(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption … in ClientIpcInterfaceMsgHandle()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A Dindex.js54 function myKey(type, code) { argument
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
H A Ddisplay_device_callback_stub.cpp19uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) in OnRemoteRequest()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_scheduler_stub.cpp21 __attribute__((no_sanitize("cfi"))) int32_t WorkSchedulerStub::OnRemoteRequest(uint32_t code, Messa… in OnRemoteRequest()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dinput_binder_client_stub.cpp27 int32_t InputBinderClientStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &r… in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager_service/src/
H A Dsession_manager_service_stub.cpp25 int SessionManagerServiceStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& r… in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/publisher_listener_stub/src/
H A Dpublisher_listener_stub_test.cpp51 uint32_t code = 0; variable
/ohos5.0/base/web/webview/test/fuzztest/executejavascriptcode_fuzzer/
H A Dexecutejavascriptcode_fuzzer.cpp34 std::string code((const char *)data, size); in ExecuteJavaScriptCodeFuzzTest() local
/ohos5.0/commonlibrary/ets_utils/tools/
H A Dets_error.h38 napi_value code = nullptr; in ThrowError() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Ddownload_asset_callback_stub_test.cpp100 uint32_t code = 100; variable
124 uint32_t code = IDownloadAssetCallback::SERVICE_CMD_ON_DOWNLOAD_FINSHED; variable
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp37 int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors) in GetColorsInner()
105 int32_t fd, int32_t wallpaperType, int32_t length, WallpaperServiceIpcInterfaceCode code) in SetWallpaperInner()
154 …_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code) in SetWallpaperInnerByPixelMap()
265 int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, IWallpaperService::FdInfo &fdInfo) in GetPixelMapInner()
375 …aperServiceProxy::ResetWallpaperInner(int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code) in ResetWallpaperInner()
535 …lpaperPictureInfo> allWallpaperInfos, int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code) in SetAllWallpapersInner()
590 int32_t rotateState, WallpaperServiceIpcInterfaceCode code, IWallpaperService::FdInfo &fdInfo) in GetCorrespondWallpaperInner()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/callee/
H A Dcallee.js40 constructor(code) { argument
77 onRemoteMessageRequest(code, data, reply, option) { argument
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Ddevice_info_plugin_test.cpp84 ErrCode code = plugin->OnGetPolicy(policyValue, data, reply, DEFAULT_USER_ID); variable
101 ErrCode code = plugin->OnGetPolicy(policyValue, data, reply, DEFAULT_USER_ID); variable
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp91 void FuzzTestUtils::FuzzTestRemoteRequest(const uint8_t *rawData, size_t size, uint32_t code) in FuzzTestRemoteRequest()
128 void FuzzTestUtils::FuzzTestRemoteRequest(MessageParcel& data, uint32_t code) in FuzzTestRemoteRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h68 …void TransferComponentResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) … in TransferComponentResponseData()
69 …void TransferJsResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const o… in TransferJsResponseData()
82 …void TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const over… in TransferJsEventData()
/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h30 #define NAPI_ASSERTS_BASE_RETURN(env, assertion, code, message, retVal) \ argument
42 #define CHECK_ARGS_RETURN_VOID(module, context, condition, message, code) … argument
53 #define CHECK_STATUS_RETURN_VOID(module, context, message, code) \ argument
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_type.h51 uint32_t code; member
64 uint32_t code; member
90 uint32_t code; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_event_hub.h51 void UpdateDotConnectEvent(int32_t code) const in UpdateDotConnectEvent()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_observer_stub.cpp25 uint32_t code, in OnRemoteRequest()
H A Dbluetooth_pan_observer_stub.cpp25 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()

1...<<11121314151617181920>>...126