Home
last modified time | relevance | path

Searched defs:code (Results 1026 – 1050 of 3143) sorted by relevance

1...<<41424344454647484950>>...126

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_video_processing_session_callback_stub.cpp22 uint32_t code, in OnRemoteRequest()
/ohos5.0/base/notification/common_event_service/test/fuzztest/publishcommonevent_fuzzer/
H A Dpublishcommonevent_fuzzer.cpp36 int32_t code = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/security/code_signature/test/fuzztest/local_code_sign_stub/initlocalcertificatestub_fuzzer/
H A Dinitlocalcertificatestub_fuzzer.cpp56 uint32_t code = static_cast<uint32_t>(LocalCodeSignInterfaceCode::INIT_LOCAL_CERTIFICATE); in InitLocalCertificateStubFuzzTest() local
/ohos5.0/base/security/code_signature/test/fuzztest/local_code_sign_stub/signlocalcodestub_fuzzer/
H A Dsignlocalcodestub_fuzzer.cpp56 uint32_t code = static_cast<uint32_t>(LocalCodeSignInterfaceCode::SIGN_LOCAL_CODE); in SignLocalCodeStubFuzzTest() local
/ohos5.0/base/useriam/face_auth/frameworks/ipc/src/
H A Dface_auth_stub.cpp73 int32_t FaceAuthStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnRemoteRequest()
/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_service_test.cpp83 uint32_t code = IFaceAuthInterfaceCode::FACE_AUTH_SET_BUFFER_PRODUCER; variable
/ohos5.0/base/useriam/pin_auth/frameworks/ipc/src/
H A Dinputer_get_data_stub.cpp26 int32_t InputerGetDataStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in OnRemoteRequest()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_thermal_remote_object.cpp36 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest()
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_remote_object.cpp35 int MockRemoteObject::SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, Message… in SendRequest()
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_callback_stub.cpp33 int32_t DisplayPowerCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel… in OnRemoteRequest()
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_display_remote_object.cpp36 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest()
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_state_callback_stub.cpp27 int PowerStateCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in OnRemoteRequest()
H A Dsync_sleep_callback_stub.cpp27 int SyncSleepCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest()
/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dtakeover_shutdown_callback_stub.cpp27 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/deleteremotetokenstub_fuzzer/
H A Ddeleteremotetokenstub_fuzzer.cpp56 uint32_t code = static_cast<uint32_t>( in DeleteRemoteTokenStubFuzzTest() local
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/getremotenativetokenidstub_fuzzer/
H A Dgetremotenativetokenidstub_fuzzer.cpp56 uint32_t code = static_cast<uint32_t>( in GetRemoteNativeTokenIDStubFuzzTest() local
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/setpermissionrequesttogglestatusstub_fuzzer/
H A Dsetpermissionrequesttogglestatusstub_fuzzer.cpp51 uint32_t code = static_cast<uint32_t>( in SetPermissionRequestToggleStatusStubFuzzTest() local
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy_lite.cpp60 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback()
77 static int AsyncCallback(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in AsyncCallback()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dnetwork_manager_plugin_test.cpp141 …uint32_t code = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::DISABLED_N… variable
165 …uint32_t code = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::DISABLED_N… variable
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthexecutorcallbackhdi_fuzzer/
H A Dpin_auth_executor_callback_hdi_fuzzer.cpp77 int32_t code = UserAuth::FAIL; in FuzzDoVibrator() local
97 int32_t code = UserAuth::FAIL; in FuzzOnResult() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dai_write_adapter.cpp117 callbacks.onResult = [](int32_t code, const AAFwk::Want& want) { in BindModalUIExtensionCallback()
126 …callbacks.onError = [weak = WeakClaim(this)](int32_t code, const std::string& name, const std::str… in BindModalUIExtensionCallback()
134 callbacks.onRelease = [](int32_t code) { in BindModalUIExtensionCallback()
H A Dpage_url_checker_ohos.cpp75 …int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &o… in OnRemoteRequest()
110 int32_t code = data.ReadInt32(); in HandleOnError() local
150 int32_t OnError(int32_t code, const std::string& msg) override in OnError()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp253 int32_t DistributedBmsProxy::GetParcelableInfo(DistributedInterfaceCode code, MessageParcel &data, … in GetParcelableInfo()
279 DistributedInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfos()
307 int32_t DistributedBmsProxy::SendRequest(DistributedInterfaceCode code, MessageParcel &data, Messag… in SendRequest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_change_notification_test.cpp336 uint32_t code = ProfileEvent::EVENT_SYNC_COMPLETED; variable
356 uint32_t code = ProfileEvent::EVENT_PROFILE_CHANGED; variable
376 uint32_t code = 1000; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_self_callback.cpp47 int32_t BundleSelfCallback::Callback(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption option) in Callback()

1...<<41424344454647484950>>...126