Home
last modified time | relevance | path

Searched defs:code (Results 2751 – 2775 of 3344) sorted by relevance

1...<<111112113114115116117118119120>>...134

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp437 int32_t code = WatchParameter(THERMAL_LOG_INTERVAL.c_str(), InfoChangedCallback, nullptr); in Init() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityschedulerstub_fuzzer/
H A Dabilityschedulerstub_fuzzer.cpp167 uint32_t code = GetU32Data(data); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_attrs/
H A Dtone_attrs_napi.cpp131 napi_value code = nullptr; in ThrowErrorAndReturn() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_lite.cpp36 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override in OnRemoteRequest()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp95 int TransCoderServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest()
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp242 …const sptr<IRemoteObject> &proxy, const int32_t &code, const std::string &data, const bool &abortE… in FinishReceiver()
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog_common.cpp328 napi_value code = nullptr; in GenerateBusinessError() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java378 final int code = failureCode; in setRemoteFailure() local
1823 private void scheduleNotifyError(int code) { in scheduleNotifyError()
1834 private void notifyError(int code) { in notifyError()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp253 OsAccountInterfaceCode code, const int id, const std::string &constraint, bool &isEnabled) in CheckOsAccountConstraintEnabled()
937 ErrCode OsAccountProxy::SendRequestWithAccountId(OsAccountInterfaceCode code, MessageParcel &reply,… in SendRequestWithAccountId()
965 ErrCode OsAccountProxy::SendRequest(OsAccountInterfaceCode code, MessageParcel &data, MessageParcel… in SendRequest()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2592 for (int32_t code = MSERR_SERVICE_DIED; code <= MSERR_EXTEND_START + 1; code++) { variable
2600 for (int32_t code = MSERR_EXT_OK; code <= MSERR_EXT_EXTEND_START + 1; code++) { variable
2610 for (int32_t code = MSERR_EXT_API9_NO_MEMORY; variable
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java274 public static String getDefaultTransactionName(int code) { in getDefaultTransactionName()
280 public static String getDefaultTransactionName(int code) { in getDefaultTransactionName()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp334 explicit TestBundleStatusCallback(std::string code) : testCode_(code) in TestBundleStatusCallback()
515 std::string code = "callback2"; variable
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp81 …int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &o… in OnRemoteRequest()
195 uint32_t code = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp953 OH_AVErrCode code = OH_VideoDecoder_RenderOutputBufferAtTime(vdec_, index, -100000000); in RenderOutAtTime() local
965 … OH_AVErrCode code = OH_VideoDecoder_RenderOutputBufferAtTime(vdec_, index, renderTimestampNs); in RenderOutAtTime() local
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp505 int32_t code; variable
562 int32_t code; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp488 void ThrowError(napi_env env, int code, const std::string& msg, bool isThrow) in ThrowError()
500 napi_value CreateError(napi_env env, int code, const std::string& msg) in CreateError()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp675 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in OnRemoteRequestForSessionStub() local
721 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in OnRemoteRequest() local
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp41 int PowerMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, Message… in OnRemoteRequest()
711 bool PowerMgrStub::IsShutdownCommand(uint32_t code) in IsShutdownCommand()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp267 void FrontendDelegateImpl::TransferComponentResponseData(int32_t callbackId, int32_t code, std::vec… in TransferComponentResponseData()
284 void FrontendDelegateImpl::TransferJsResponseData(int32_t callbackId, int32_t code, std::vector<uin… in TransferJsResponseData()
299 int32_t callbackId, int32_t code, ResponseData responseData) const in TransferJsResponseDataPreview()
328 void FrontendDelegateImpl::TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_… in TransferJsEventData()
415 void FrontendDelegateImpl::OnCompleteContinuation(int32_t code) in OnCompleteContinuation()
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java198 public void setRedirect(String redirect, int code) { in setRedirect()
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java146 final int code = response.getStatusLine().getStatusCode(); in doInBackground() local
/aosp14/system/core/toolbox/
H A Dgetevent.c211 static void print_event(int type, int code, int value, int print_flags) in print_event()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_hf.cpp314 int code; in SendDTMF() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp71 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h92 uint32_t code; member

1...<<111112113114115116117118119120>>...134