Home
last modified time | relevance | path

Searched defs:request (Results 501 - 525 of 1640) sorted by relevance

1...<<21222324252627282930>>...66

/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp209 FaultLoggerdRequest request; in HandleRequestByPipeTypeCommon() local
335 struct FaultLoggerdRequest request; in FaultloggerdServerTest() local
[all...]
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session.cpp72 AppAccountAuthenticatorSession( AuthenticatorAction action, const AuthenticatorSessionRequest &request) AppAccountAuthenticatorSession() argument
332 GetAuthenticatorCallback( const AuthenticatorSessionRequest &request, sptr<IRemoteObject> &callback) const GetAuthenticatorCallback() argument
H A Dapp_account_authenticator_session_manager.cpp85 ErrCode AppAccountAuthenticatorSessionManager::AddAccountImplicitly(const AuthenticatorSessionRequest &request) in AddAccountImplicitly() argument
91 ErrCode AppAccountAuthenticatorSessionManager::CreateAccountImplicitly(const AuthenticatorSessionRequest &request) in CreateAccountImplicitly() argument
97 ErrCode AppAccountAuthenticatorSessionManager::Authenticate(const AuthenticatorSessionRequest &request) in Authenticate() argument
103 ErrCode AppAccountAuthenticatorSessionManager::Auth(const AuthenticatorSessionRequest &request) in Auth() argument
109 ErrCode AppAccountAuthenticatorSessionManager::VerifyCredential(const AuthenticatorSessionRequest &request) in VerifyCredential() argument
115 CheckAccountLabels(const AuthenticatorSessionRequest &request) CheckAccountLabels() argument
121 IsAccountRemovable(const AuthenticatorSessionRequest &request) IsAccountRemovable() argument
127 SelectAccountsByOptions( const std::vector<AppAccountInfo> accounts, const AuthenticatorSessionRequest &request) SelectAccountsByOptions() argument
135 SetAuthenticatorProperties(const AuthenticatorSessionRequest &request) SetAuthenticatorProperties() argument
165 AuthenticatorSessionRequest request; OpenSession() local
192 GetAuthenticatorCallback( const AuthenticatorSessionRequest &request, sptr<IRemoteObject> &callback) GetAuthenticatorCallback() argument
261 OnSessionRequestRedirected( const std::string &sessionId, AAFwk::Want &request) OnSessionRequestRedirected() argument
286 AuthenticatorSessionRequest request; CloseSession() local
[all...]
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_manager_module_test.cpp61 void OnRequestRedirected(AAFwk::Want &request) in OnRequestRedirected() argument
117 AuthenticatorSessionRequest request; in HWTEST_F() local
133 AuthenticatorSessionRequest request; in HWTEST_F() local
150 AuthenticatorSessionRequest request; in HWTEST_F() local
188 AuthenticatorSessionRequest request; in HWTEST_F() local
253 AuthenticatorSessionRequest request; HWTEST_F() local
260 AuthenticatorSessionRequest request; HWTEST_F() local
279 AuthenticatorSessionRequest request; HWTEST_F() local
308 AuthenticatorSessionRequest request; HWTEST_F() local
327 AuthenticatorSessionRequest request; HWTEST_F() local
351 AuthenticatorSessionRequest request; HWTEST_F() local
403 AuthenticatorSessionRequest request; HWTEST_F() local
433 AuthenticatorSessionRequest request; HWTEST_F() local
465 AuthenticatorSessionRequest request; HWTEST_F() local
515 AuthenticatorSessionRequest request; HWTEST_F() local
547 AuthenticatorSessionRequest request; HWTEST_F() local
614 AuthenticatorSessionRequest request; HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp470 std::shared_ptr<ProcessDumpRequest> request = std::make_shared<ProcessDumpRequest>(); in HWTEST_F() local
527 std::shared_ptr<ProcessDumpRequest> request = std::make_shared<ProcessDumpRequest>(); HWTEST_F() local
567 std::shared_ptr<ProcessDumpRequest> request = std::make_shared<ProcessDumpRequest>(); HWTEST_F() local
605 std::shared_ptr<ProcessDumpRequest> request = std::make_shared<ProcessDumpRequest>(); HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp157 FaultLoggerdRequest request; in HWTEST_F() local
206 FaultLoggerdRequest request; in HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp44 void Printer::PrintDumpHeader(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, in PrintDumpHeader() argument
93 static void FillReasonAccordingMsgType(const ProcessDumpRequest &request, std::string& reason) in FillReasonAccordingMsgType() argument
111 PrintReason(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, std::string& reasonInfo) PrintReason() argument
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp605 GetPropertyRequest request; in ProcGetProperty() local
634 SetPropertyRequest request = { in ProcSetProperty() local
H A Daccount_iam_service.cpp209 GetProperty( int32_t userId, const GetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) GetProperty() argument
221 SetProperty( int32_t userId, const SetPropertyRequest &request, const sptr<IGetSetPropCallback> &callback) SetProperty() argument
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_manage.c130 IpcIo request; in AcquireRunningLockEntryProxy() local
156 IpcIo request; in ReleaseRunningLockEntryProxy() local
193 IpcIo request; in IsAnyRunningLockHoldingProxy() local
242 IpcIo request; SuspendDeviceProxy() local
255 IpcIo request; WakeupDeviceProxy() local
[all...]
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_modal_ui_callback.cpp67 void PrintModalUICallback::OnReceive(const OHOS::AAFwk::WantParams& request) in OnReceive() argument
/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp142 uint8_t request = USB_REQUEST_GET_DESCRIPTOR; in QueryPrinterInfoFromStringDescriptor() local
/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp138 uint8_t request = USB_REQUEST_GET_DESCRIPTOR; in GetDeviceSerialNumber() local
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp101 ipp_t *request = ippNewRequest(IPP_OP_GET_PRINTER_ATTRIBUTES); in DoTestResponse() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp391 sptr<Notification::NotificationRequest> request = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local
/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp224 BasicRequestSettings(Notification::NotificationRequest &request, int32_t uid) BasicRequestSettings() argument
[all...]
/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp138 std::shared_ptr<Request> request = std::make_shared<Request>(); in HWTEST_F() local
542 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
566 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp189 NotificationRequest request; in HWTEST_F() local
204 NotificationRequest request; in HWTEST_F() local
307 std::vector<sptr<NotificationRequest>> request; in HWTEST_F() local
365 NotificationRequest request; in HWTEST_F() local
858 NotificationRequest request; in HWTEST_F() local
1108 sptr<NotificationRequest> request; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp277 PublishCallback( const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) PublishCallback() argument
289 UpdateCallback( const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) UpdateCallback() argument
313 Publish( const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationRequest> &request) Publish() argument
342 Update( const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationRequest> &request) Update() argument
456 sptr<NotificationRequest> request = GetCurrentDistributedNotification() local
[all...]
/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp90 void RequestManagerTest::FillRequestField(std::shared_ptr<Request>& request) in FillRequestField() argument
108 VerifyRequestField(std::shared_ptr<Request>& request) VerifyRequestField() argument
159 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
333 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
344 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
355 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
367 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
383 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
399 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
415 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
431 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
447 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
464 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
481 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
498 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
515 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
545 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
559 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
582 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp29 static bool ParseParameters(CNotificationRequest params, NotificationRequest &request) in ParseParameters() argument
63 NotificationRequest request; in Publish() local
H A Dnotification_manager_ffi.cpp27 int32_t FfiOHOSNotificationManagerPublish(CNotificationRequest request) in FfiOHOSNotificationManagerPublish() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp553 uint32_t AdvancedNotificationService::GetDefaultSlotFlags(const sptr<NotificationRequest> &request) in GetDefaultSlotFlags() argument
567 SetRequestBySlotType(const sptr<NotificationRequest> &request, const sptr<NotificationBundleOption> &bundleOption) SetRequestBySlotType() argument
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp88 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); in TestAddNotification() local
120 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); in HWTEST_F() local
144 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
170 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
201 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
240 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
266 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
842 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
860 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
879 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
896 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
913 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
932 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
1056 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
1088 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp399 sptr<Notification::NotificationRequest> request = new Notification::NotificationRequest(); in DoSomethingInterestingWithMyAPI() local

Completed in 20 milliseconds

1...<<21222324252627282930>>...66