Home
last modified time | relevance | path

Searched defs:code (Results 3126 – 3150 of 3344) sorted by relevance

1...<<121122123124125126127128129130>>...134

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c508 int32_t code, int32_t errCode, const char *errDesc, bool isAuthLink) in SendVerifyP2pFailRsp()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp67 int32_t SoftBusClientStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp361 bool HfpHfService::SendDTMFTone(const RawAddress &device, uint8_t code) in SendDTMFTone()
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp305 int32_t code = userId; in TriggerEvent() local
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h147 int32_t code; member
/ohos5.0/drivers/external_device_manager/interfaces/ddk/hid/
H A Dhid_ddk_types.h55 uint16_t code; member
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp505 const char *code = "CN"; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_proxy.cpp1174 int32_t AbilitySchedulerProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd()
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp69 uint32_t code = TypeCast<uint32_t>(data, &pos); in OnRemoteRequestFuzzTest() local
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp349 const std::string& deviceId, int32_t code) in NotifyAbilityListener()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp183 int32_t SystemAbilityManagerStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp764 int code = exifInfo_.ParseExifData(buf, fsize); in ParseExifData() local
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_ffi.cpp33 CArrString VectorToCArrString(std::vector<std::string>& vec, int32_t &code) in VectorToCArrString()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_utils.cpp906 napi_value code = nullptr; in CertGenerateBusinessError() local
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_manager_proxy.cpp40 AccessTokenInterfaceCode code, MessageParcel& data, MessageParcel& reply) in SendRequest()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp482 NAPI_EXTERN napi_status napi_create_error(napi_env env, napi_value code, napi_value msg, napi_value… in napi_create_error()
510 NAPI_EXTERN napi_status napi_create_type_error(napi_env env, napi_value code, napi_value msg, napi_… in napi_create_type_error()
537 NAPI_EXTERN napi_status napi_create_range_error(napi_env env, napi_value code, napi_value msg, napi… in napi_create_range_error()
2302 NAPI_EXTERN napi_status napi_throw_error(napi_env env, const char* code, const char* msg) in napi_throw_error()
2321 NAPI_EXTERN napi_status napi_throw_type_error(napi_env env, const char* code, const char* msg) in napi_throw_type_error()
2340 NAPI_EXTERN napi_status napi_throw_range_error(napi_env env, const char* code, const char* msg) in napi_throw_range_error()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java494 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp385 napi_value code = nullptr; in CreateErrorValue() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp116 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp1205 uint32_t code = static_cast<uint32_t>(interfaceCode); in InnerTransact() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer/
H A Dsoftbusclientstub_fuzzer.cpp479 … bool OnClientEventByReasonAndCode(const uint8_t *data, size_t size, int32_t reason, uint32_t code) in OnClientEventByReasonAndCode()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dability_context_impl_test.cpp635 int32_t code = 2; variable
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp131 void ServiceController::WriteErrorRsp(int code) in WriteErrorRsp()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp1114 napi_value CreateErrorObject(napi_env env, int32_t code) in CreateErrorObject()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp234 ErrCode code = innerManager_.ValidateShortName(options.shortName); in CreateOsAccountForDomain() local

1...<<121122123124125126127128129130>>...134