/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_death_recipient_stub.h | 27 …int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &optio… in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/wm/src/zidl/ |
H A D | pattern_detach_callback_stub.cpp | 21 int PatternDetachCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest()
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_callback_stub.cpp | 24 int32_t UpdateCallbackStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_ffi.cpp | 286 auto code = FileFsImpl::Mkdir(path, recursion, isTwoArgs); in FfiOHOSFileFsMkdir() local 294 auto code = FileFsImpl::Rmdir(path); in FfiOHOSFileFsRmdir() local 310 auto code = FileFsImpl::Rename(oldFile, newFile); in FfiOHOSFileFsRename() local 318 auto code = FileFsImpl::Unlink(path); in FfiOHOSFileFsUnlink() local 419 auto code = FileFsImpl::Truncate(file, len); in FfiOHOSFileFsTruncateByString() local 427 auto code = FileFsImpl::Truncate(file, len); in FfiOHOSFileFsTruncateByFd() local 535 auto code = FileFsImpl::Utimes(path, mtime); in FfiOHOSFileFsUtimes() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 235 uint16_t code = Low(mask) & (~META_STORE_MASK); in ConvertDynamic() local 256 uint16_t code = Low(mask); in ConvertStatics() local 274 uint16_t DeviceMatrix::ConvertIndex(uint16_t code) in ConvertIndex() 388 void DeviceMatrix::OnChanged(uint16_t code, LevelType type) in OnChanged() 455 auto code = GetCode(metaData); in OnChanged() local 461 void DeviceMatrix::OnExchanged(const std::string &device, uint16_t code, LevelType type, ChangeType… in OnExchanged() 533 auto code = GetCode(metaData); in OnExchanged() local
|
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/ |
H A D | libinput_interface.cpp | 134 int libinput_device_keyboard_has_key(struct libinput_device *device, uint32_t code) in libinput_device_keyboard_has_key() 379 int32_t libinput_device_get_axis_min(struct libinput_device* device, int32_t code) in libinput_device_get_axis_min() 384 int32_t libinput_device_get_axis_max(struct libinput_device* device, int32_t code) in libinput_device_get_axis_max() 389 int32_t libinput_device_get_axis_fuzz(struct libinput_device* device, int32_t code) in libinput_device_get_axis_fuzz() 394 int32_t libinput_device_get_axis_flat(struct libinput_device* device, int32_t code) in libinput_device_get_axis_flat() 399 int32_t libinput_device_get_axis_resolution(struct libinput_device* device, int32_t code) in libinput_device_get_axis_resolution() 404 int libinput_get_funckey_state(struct libinput_device *device, unsigned int code) in libinput_get_funckey_state()
|
/ohos5.0/base/startup/init/services/begetctl/shell/ |
H A D | shell_bas.c | 243 static int32_t BShellEnvHandleBackspace(BShellHandle handle, uint8_t code) in BShellEnvHandleBackspace() 274 static int32_t BShellEnvHandleTab(BShellHandle handle, uint8_t code) in BShellEnvHandleTab() 313 static int32_t BShellEnvHandleCtrC(BShellHandle handle, uint8_t code) in BShellEnvHandleCtrC() 323 static int32_t BShellEnvHandleEsc(BShellHandle handle, uint8_t code) in BShellEnvHandleEsc() 331 BShellKey *BShellEnvGetDefaultKey(uint8_t code) in BShellEnvGetDefaultKey() 615 int32_t BShellEnvRegisterKeyHandle(BShellHandle handle, uint8_t code, BShellkeyHandle keyHandle) in BShellEnvRegisterKeyHandle() 630 BShellKey *BShellEnvGetKey(BShellHandle handle, uint8_t code) in BShellEnvGetKey()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | RcsCapabilityExchangeImplBase.java | 138 void onCommandError(@CommandCode int code) throws ImsException; in onCommandError() 202 void onCommandError(@CommandCode int code) throws ImsException; in onCommandError() 242 void onCommandError(@CommandCode int code) throws ImsException; in onCommandError()
|
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_wm_requestor.cpp | 36 int LiteWMRequestor::Callback(void* owner, int code, IpcIo* reply) in Callback() 90 int32_t LiteWMRequestor::WmsMsgHandler(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption opti… in WmsMsgHandler() 175 int LiteWMRequestor::SurfaceRequestHandler(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption … in SurfaceRequestHandler()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/ |
H A D | user_auth_callback_stub_fuzzer.cpp | 113 …for (uint32_t code = SET_PROPERTY_CALLBACK_CODE_MIN; code < SET_PROPERTY_CALLBACK_CODE_MAX; code++… in SetPropCallbackStubFuzzTest() local 139 …for (uint32_t code = GET_PROPERTY_CALLBACK_CODE_MIN; code < GET_PROPERTY_CALLBACK_CODE_MAX; code++… in GetPropCallbackStubFuzzTest() local 165 for (uint32_t code = USER_AUTH_CALLBACK_CODE_MIN; code < USER_AUTH_CALLBACK_CODE_MAX; code++) { in UserAuthCallbackStubFuzzTest() local
|
/aosp12/system/update_engine/ |
H A D | metrics_utils.cc | 33 metrics::AttemptResult GetAttemptResult(ErrorCode code) { in GetAttemptResult() 147 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code) { in GetDownloadErrorCode()
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_client_stub.cpp | 22 #define SWITCH_BEGIN(code) switch (code) { argument 55 int AccessibleAbilityClientStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | napi_async_work.cpp | 73 void ContextBase::SignError(int32_t code) in SignError() 137 napi_value code = nullptr; in CommonCallbackRoutine() local
|
/aosp12/frameworks/native/libs/vr/libdisplay/ |
H A D | vsync_service.cpp | 10 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact() 62 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/default_app/ |
H A D | default_app_proxy.cpp | 157 ErrCode DefaultAppProxy::GetParcelableInfo(DefaultAppInterfaceCode code, MessageParcel& data, T& pa… in GetParcelableInfo() 180 bool DefaultAppProxy::SendRequest(DefaultAppInterfaceCode code, MessageParcel& data, MessageParcel&… in SendRequest()
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/ |
H A D | RpcServerTest.cpp | 29 int32_t Calculator(uint32_t code, int32_t a, int32_t b, IpcIo *reply) in Calculator() 64 int32_t RemoteRequestOne(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequestOne()
|
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/ |
H A D | distributed_parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ argument 91 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \ argument
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/ |
H A D | parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ argument 91 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \ argument
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ argument 91 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \ argument
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | bluetooth_call_proxy.cpp | 132 int32_t BluetoothCallProxy::SendRequest(BluetoothCallInterfaceCode code) in SendRequest() 149 BluetoothCallInterfaceCode code, MessageParcel &dataParcel, MessageParcel &replyParcel) in SendRequest()
|
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/ |
H A D | reportsecuritycomponentclickeventstub_fuzzer.cpp | 62 uint32_t code = in RegisterSecurityComponentStub() local 98 uint32_t code = SecurityComponentServiceInterfaceCode::REPORT_SECURITY_COMPONENT_CLICK_EVENT; in ReportSecurityComponentClickEventStubFuzzTest() local
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_parcel_helper.h | 78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ argument 90 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \ argument
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/ |
H A D | parcel_helper.h | 86 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \ argument 98 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \ argument
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_subscriber_stub.cpp | 28 ErrCode StandbyServiceSubscriberStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() 41 ErrCode StandbyServiceSubscriberStub::OnRemoteRequestInner(uint32_t code, in OnRemoteRequestInner()
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.h | 48 #define RETURN_TFLITE_ERROR_IF_NN_ERROR(code, callDesc) \ argument 58 #define RETURN_TFLITE_ERROR_IF_NN_ERROR_FOR_TENSOR(code, callDesc, pTensor) … argument
|