Home
last modified time | relevance | path

Searched defs:code (Results 2201 – 2225 of 4123) sorted by relevance

1...<<81828384858687888990>>...165

/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle4/src/main/
H A Dconfig.json6 "code": 1, number
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle42/src/main/
H A Dconfig.json6 "code": 1, number
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle43/src/main/
H A Dconfig.json6 "code": 1, number
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle6/src/main/
H A Dconfig.json6 "code": 1, number
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle9/src/main/
H A Dconfig.json6 "code": 3, number
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_producer_listener.h84 int32_t OnRemoteRequest(uint32_t code, MessageParcel &arguments, in OnRemoteRequest()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_impl.cpp56 int32_t FormRendererDelegateImpl::OnError(const std::string& code, const std::string& msg) in OnError()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_client_stub.cpp38 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js28 constructor(code) { argument
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h36 …int32_t InvokeSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption … in InvokeSendRequest()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_queue.cpp112 napi_value code = nullptr; in GenerateOutput() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_notifier_stub.cpp48 int RdbNotifierStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_samgr_client_proxy.c81 static int CurrentCallback(IOwner owner, int code, IpcIo *reply) in CurrentCallback()
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_service_manager.cpp133 int32_t AbilityServiceManager::ConnectAbilityCallBack(uint32_t code, IpcIo *data, IpcIo *reply, Mes… in ConnectAbilityCallBack()
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp126 uint32_t code = static_cast<int32_t>(IWorkSchedServiceInterfaceCode::STOP_AND_CLEAR_WORKS); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp90 int32_t ResSchedExeServiceProxy::SendRequestToRemote(const int32_t code, in SendRequestToRemote()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.cpp94 int32_t HelperListenerProxy::SendRequest(uint32_t code, MessageParcel &data, in SendRequest()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_proxy.cpp102 int32_t PlayerListenerProxy::SendRequest(uint32_t code, MessageParcel &data, in SendRequest()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.cpp99 for (uint32_t code = 0; code < maxNum; ++code) { in DeferredProcessingFuzzTest() local
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_service_stub.cpp82 int MediaServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/
H A Dprint_manager_adapter_impl_test.cpp70 void WriteResultCallback(std::string jobId, uint32_t code) {} in WriteResultCallback()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs249 pub code: ErrCode, field
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp82 uint32_t code; member in SupplicantStaIfaceHidlTest
250 Return<void> onDppProgress(DppProgressCode code) override { in onDppProgress()
257 Return<void> onDppFailure(DppFailureCode code) override { in onDppFailure()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c140 static void ToTransData(uint32_t handle, uint32_t code, uint32_t option, in ToTransData()
413 static int32_t InternalRequest(SvcIdentity sid, uint32_t code, IpcIo *data, IpcIo *reply, uint32_t … in InternalRequest()
445 static int32_t IpcSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, in IpcSendRequest()
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp158 auto code = NetConnClient::GetInstance().GetNetCapabilities(netHandle, capabilities); in CJ_GetNetCapabilities() local
257 auto code = NetConnClient::GetInstance().GetConnectionProperties(netHandle, linkInfo); in CJ_GetConnectionProperties() local
331 auto code = NetConnClient::GetInstance().GetAllNets(netList); in CJ_GetAllNets() local

1...<<81828384858687888990>>...165