| /foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/ |
| D | distributedinputstub_fuzzer.cpp | 54 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in AddWhiteListInfosCallbackStubFuzzTest() local 92 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in DelWhiteListInfosCallbackStubFuzzTest() local 163 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in DistributedInputSinkStubFuzzTest() local 391 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in DistributedInputSourceStubFuzzTest() local 447 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in GetSinkScreenInfosCallbackStubFuzzTest() local 501 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in InputNodeListenerStubFuzzTest() local 548 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in PrepareDInputCallbackStubFuzzTest() local 587 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in RegisterDInputCallbackStubFuzzTest() local 626 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in RegisterSessionStateCallbackStubFuzzTest() local 672 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in SharingDhIdListenerStubFuzzTest() local [all …]
|
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| D | wifi_scan_callback_stub.cpp | 33 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() 91 int WifiScanCallbackStub::RemoteOnWifiScanStateChanged(uint32_t code, MessageParcel &data, MessageP… in RemoteOnWifiScanStateChanged()
|
| D | wifi_scan_callback_stub_lite.cpp | 32 int WifiScanCallbackStub::OnRemoteRequest(uint32_t code, IpcIo *data) in OnRemoteRequest() 99 int WifiScanCallbackStub::RemoteOnWifiScanStateChanged(uint32_t code, IpcIo *data) in RemoteOnWifiScanStateChanged()
|
| /foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/ |
| D | close_context.h | 41 uint32_t code; variable
|
| /foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/ |
| D | mock_service_registry.cpp | 67 sptr<IRemoteObject> SystemAbilityManagerProxy::CheckSystemAbilityWrapper(int32_t code, MessageParce… in CheckSystemAbilityWrapper() 102 int32_t SystemAbilityManagerProxy::RemoveSystemAbilityWrapper(int32_t code, MessageParcel& data) in RemoveSystemAbilityWrapper() 165 int32_t SystemAbilityManagerProxy::AddSystemAbilityWrapper(int32_t code, MessageParcel& data) in AddSystemAbilityWrapper() 200 sptr<IRemoteObject> SystemAbilityManagerProxy::Recompute(int32_t systemAbilityId, int32_t code) in Recompute()
|
| /foundation/ability/ability_runtime/test/unittest/ability_foreground_state_observer_stub_test/ |
| D | ability_foreground_state_observer_stub_test.cpp | 63 …auto code = static_cast<uint32_t>(IAbilityForegroundStateObserver::Message::ON_ABILITY_STATE_CHANG… variable 83 …auto code = static_cast<uint32_t>(IAbilityForegroundStateObserver::Message::ON_ABILITY_STATE_CHANG… variable
|
| /foundation/multimodalinput/input/service/filter/src/ |
| D | event_filter_proxy.cpp | 55 … const uint32_t code = static_cast<uint32_t>(MultimodalinputEventInterfaceCode::HANDLE_KEY_EVENT); in HandleKeyEvent() local 86 …const uint32_t code = static_cast<uint32_t>(MultimodalinputEventInterfaceCode::HANDLE_POINTER_EVEN… in HandlePointerEvent() local
|
| /foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub2_fuzzer/ |
| D | softbusserverstub2_fuzzer.cpp | 96 void DoRemoteRequest(SoftBusFuncId code, OHOS::MessageParcel &data) in DoRemoteRequest() 121 SoftBusFuncId code = CODE_LIST[data[0] % CODE_LIST.size()]; in LLVMFuzzerTestOneInput() local
|
| /foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_stub_test/ |
| D | ability_first_frame_state_observer_stub_test.cpp | 63 …auto code = static_cast<uint32_t>(IAbilityFirstFrameStateObserver::Message::ON_ABILITY_FIRST_FRAME… variable 83 …auto code = static_cast<uint32_t>(IAbilityFirstFrameStateObserver::Message::ON_ABILITY_FIRST_FRAME… variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
| D | bms_bundle_installer_ipc_test.cpp | 522 uint32_t code = BundleInstallerInterfaceCode::INSTALL; variable 543 uint32_t code = BundleInstallerInterfaceCode::INSTALL_MULTIPLE_HAPS; variable 564 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL; variable 585 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL_MODULE; variable 606 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL_BY_UNINSTALL_PARAM; variable 627 uint32_t code = BundleInstallerInterfaceCode::RECOVER; variable 648 uint32_t code = BundleInstallerInterfaceCode::INSTALL_SANDBOX_APP; variable 669 uint32_t code = BundleInstallerInterfaceCode::UNINSTALL_SANDBOX_APP; variable 690 uint32_t code = BundleInstallerInterfaceCode::CREATE_STREAM_INSTALLER; variable 711 uint32_t code = BundleInstallerInterfaceCode::DESTORY_STREAM_INSTALLER; variable [all …]
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | UTTest_ipc_client_stub.cpp | 77 int code = 999; variable 108 int code = SERVER_DEVICE_FA_NOTIFY; variable 125 int code = GET_TRUST_DEVICE_LIST; variable
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/transaction/ |
| D | rs_render_service_stub_test.cpp | 66 uint32_t code = static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION); variable 84 uint32_t code = static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION); variable
|
| /foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/ |
| D | want_receiver_stub_impl_mock.h | 37 …int InvokeSendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& opt… in InvokeSendRequest() 43 …int InvokeErrorSendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption… in InvokeErrorSendRequest()
|
| /foundation/resourceschedule/work_scheduler/test/fuzztest/workscheduleservice_fuzzer/ |
| D | workscheduleservice_fuzzer.cpp | 50 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data) in OnRemoteRequest() 69 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in IpcFuzzTest() local
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| D | bluetooth_socket_observer_stub.cpp | 28 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() 80 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
| D | kvstore_data_service_stub.h | 31 using code = KvStoreDataServiceInterfaceCode; variable
|
| /foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/enablep2p_fuzzer/ |
| D | enablep2p_fuzzer.cpp | 57 …uint32_t code = U32_AT(data) % MAP_SCAN_NUMS + static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_C… in DoSomethingScanStubTest() local 72 …uint32_t code = U32_AT(data) % MAP_P2P_NUMS + static_cast<uint32_t>(P2PInterfaceCode::WIFI_SVR_CMD… in DoSomethingP2pStubTets() local 88 uint32_t code = U32_AT(data) % MAP_HOTSPOT_NUMS + in DoSomethingHotSpotStubTest() local 104 …uint32_t code = U32_AT(data) % MAP_DEVICE_NUMS + static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_… in DoSomethingDeviceStubTest() local
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| D | mock_common_event_data.cpp | 27 CommonEventData::CommonEventData(const Want& want, const int& code, const std::string& data) in CommonEventData() 34 void CommonEventData::SetCode(const int& code) in SetCode()
|
| D | mock_common_event_subscriber.cpp | 37 bool CommonEventSubscriber::SetCode(const int& code) in SetCode() 61 bool CommonEventSubscriber::SetCodeAndData(const int& code, const std::string& data) in SetCodeAndData()
|
| /foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
| D | intell_voice_common_napi.cpp | 33 std::string IntellVoiceCommonNapi::GetMessageByCode(int32_t code) in GetMessageByCode() 55 void IntellVoiceCommonNapi::ThrowError(napi_env env, int32_t code) in ThrowError()
|
| /foundation/bundlemanager/bundle_framework/test/resource/common/src/ |
| D | event.cpp | 20 int WaitCompleted(Event &event, const std::string &eventName, const int code, const int timeout) in WaitCompleted() 25 void Completed(Event &event, const std::string &eventName, const int code) in Completed()
|
| /foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerstateobserverstub_fuzzer/ |
| D | accessibleabilitymanagerstateobserverstub_fuzzer.cpp | 37 size_t GetData(T &code, const uint8_t *databuffer, size_t size) in GetData() 53 uint32_t code = 0; in StateObserverOnRemoteRequestFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rstransaction_fuzzer/ |
| D | rstransaction_fuzzer.cpp | 60 uint32_t code = GetData<uint32_t>(); in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest001() local 84 uint32_t code = static_cast<CodeUnderlyingType>( in RSIRenderServiceConnectionIpcInterFaceCodeAccessVerifierFuzztest002() local
|
| /foundation/communication/wifi/wifi/test/wifi_standard/native/ |
| D | wifi_scan_callback_stub_test.cpp | 87 uint32_t code = NUMBER; variable 100 uint32_t code = static_cast<uint32_t>(ScanInterfaceCode::WIFI_CBK_CMD_SCAN_STATE_CHANGE); variable
|
| /foundation/communication/netmanager_base/interfaces/kits/js/ |
| D | basic.d.ts | 29 code: number; property
|