Home
last modified time | relevance | path

Searched defs:code (Results 501 – 525 of 3922) sorted by relevance

1...<<21222324252627282930>>...157

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_death_recipient_stub.h27 …int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &optio… in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dpattern_detach_callback_stub.cpp21 int PatternDetachCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest()
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_callback_stub.cpp24 int32_t UpdateCallbackStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_ffi.cpp286 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 Ddevice_matrix.cpp235 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 Dlibinput_interface.cpp134 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 Dshell_bas.c243 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 DRcsCapabilityExchangeImplBase.java138 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 Dlite_wm_requestor.cpp36 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 Duser_auth_callback_stub_fuzzer.cpp113 …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 Dmetrics_utils.cc33 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 Daccessible_ability_client_stub.cpp22 #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 Dnapi_async_work.cpp73 void ContextBase::SignError(int32_t code) in SignError()
137 napi_value code = nullptr; in CommonCallbackRoutine() local
/aosp12/frameworks/native/libs/vr/libdisplay/
H A Dvsync_service.cpp10 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 Ddefault_app_proxy.cpp157 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 DRpcServerTest.cpp29 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 Ddistributed_parcel_helper.h78 #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 Dparcel_helper.h78 #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 Dparcel_helper.h78 #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 Dbluetooth_call_proxy.cpp132 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 Dreportsecuritycomponentclickeventstub_fuzzer.cpp62 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 Ddistributed_parcel_helper.h78 #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 Dparcel_helper.h86 #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 Dstandby_service_subscriber_stub.cpp28 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 Dnnrt_utils.h48 #define RETURN_TFLITE_ERROR_IF_NN_ERROR(code, callDesc) \ argument
58 #define RETURN_TFLITE_ERROR_IF_NN_ERROR_FOR_TENSOR(code, callDesc, pTensor) … argument

1...<<21222324252627282930>>...157