Home
last modified time | relevance | path

Searched defs:code (Results 1576 – 1600 of 3143) sorted by relevance

1...<<61626364656667686970>>...126

/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp41 int32_t code = OHOS::EventFwk::GetCommonEventData(data, cData); in OnReceiveEvent() local
/ohos5.0/base/update/updater/services/include/log/
H A Dlog.h36 #define ERROR_CODE(code) ErrorCode(code).OutputErrorCode((UPDATER_LOG_FILE_NAME), (__LINE__), (code… argument
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h143 …int InvokeSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opt… in InvokeSendRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.h38 int32_t code; member
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/airquality/src/main/
H A Dconfig.json6 "code": 1, number
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp174 uint32_t code = 0; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_thread_for_ability_on_configuration_update.cpp92 uint32_t code = OHOS::AAFwk::IAbilityScheduler::SCHEDULE_UPDATE_CONFIGURATION; variable
/ohos5.0/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/
H A Dsystemabilitystub_fuzzer.cpp82 uint32_t code = ConvertToUint32(rawData) % TARGET_REMOTE_CODE_NUMS; in FuzzInputMethodSystemAbility() local
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dapp_spawn_client.cpp30 static int Notify(IOwner owner, int code, IpcIo *reply) in Notify()
/ohos5.0/base/hiviewdfx/hidumper/services/zidl/src/
H A Ddump_broker_stub.cpp23 int DumpBrokerStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Messa… in OnRemoteRequest()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_proxy.cpp59 int32_t InputClientProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageO… in SendRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dplatform_pattern.cpp248const std::function<void(int32_t code, const std::string& name, const std::string& message)>&& cal… in SetOnErrorCallback()
259 int32_t code, const std::string& name, const std::string& message) in FireOnErrorCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_nav_path_stack.cpp47 std::string ErrorToMessage(int32_t code) in ErrorToMessage()
79 napi_value code = nullptr; in ProcessPromiseCallback() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp35 int BundleDaemonClient::Notify(IOwner owner, int code, IpcIo *reply) in Notify()
54 int32_t BundleDaemonClient::BundleDaemonCallback(uint32_t code, IpcIo* data, IpcIo* reply, MessageO… in BundleDaemonCallback()
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupsaappend_fuzzer/
H A Dbackupsaappend_fuzzer.cpp106 … uint32_t code = static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_GET_LOCAL_CAPABILITIES); in CmdGetLocalCapabilitiesFuzzTest() local
130 uint32_t code = static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_APP_FILE_READY); in CmdAppFileReadyFuzzTest() local
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanstub_fuzzer/
H A Dwifiscanstub_fuzzer.cpp62 bool OnRemoteRequest(uint32_t code, MessageParcel &data) in OnRemoteRequest()
223 uint32_t code = static_cast<uint32_t>(ScanInterfaceCode::WIFI_MGR_GET_SCAN_SERVICE); in DoSomethingScanMgrStubTest() local
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager_stub.cpp63 bool LocalAbilityManagerStub::CheckPermission(uint32_t code) in CheckPermission()
78 int32_t LocalAbilityManagerStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp65 int CameraDeviceClient::Callback(void* owner, int code, IpcIo *reply) in Callback()
288 int32_t CameraDeviceClient::DeviceClientCallback(uint32_t code, IpcIo *data, IpcIo *reply, MessageO… in DeviceClientCallback()
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_param_utils.h195 #define NAPI_CHECK_ARGS_RETURN_VOID(context, condition, message, code) \ argument
206 #define NAPI_CHECK_STATUS_RETURN_VOID(context, message, code) \ argument
/ohos5.0/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_stub.cpp32 int BatterySrvStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, Messa… in OnRemoteRequest()
50 int32_t BatterySrvStub::CheckRequestCode(const uint32_t code, MessageParcel& data, MessageParcel& r… in CheckRequestCode()
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp222 void Brightness::Result::Error(int32_t code, const std::string& msg) in Error()
236 napi_value code = nullptr; in GetError() local
271 napi_value Brightness::Result::ThrowError(napi_env& env, DisplayErrors code) in ThrowError()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2695 const size_t aliasInfoSize, OH_Drawing_FontConfigInfoErrorCode& code) in InitDrawingAliasInfoSet()
2745 const size_t adjustInfoSize, OH_Drawing_FontConfigInfoErrorCode& code) in InitDrawingAdjustInfoSet()
2781 const size_t fontGenericInfoSize, OH_Drawing_FontConfigInfoErrorCode& code) in InitDrawingFontGenericInfoSet()
2835 const size_t fallbackInfoSize, OH_Drawing_FontConfigInfoErrorCode& code) in InitDrawingDrawingFallbackInfoSet()
2881 const size_t fallbackGroupSize, OH_Drawing_FontConfigInfoErrorCode& code) in InitDrawingFallbackGroupSet()
2989 const std::vector<std::string>& fontDirSet, OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFontDirSet()
3023 OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingAliasInfo()
3121 OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFontGenericInfoSetInner()
3148 const TextEngine::FallbackInfo& fallbackInfo, OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFallbackInfo()
3197 OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFallbackGroupSetInner()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_dispatcher_stub_test.cpp47 uint32_t code = 9; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_peripheral_observer_proxy.cpp109 uint32_t code, MessageOption &flags, MessageParcel &data, MessageParcel &reply) in InnerTransact()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service_stub.cpp77 int32_t KvStoreDataServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &… in OnRemoteRequest()

1...<<61626364656667686970>>...126