| /base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
| H A D | notification_manager_impl.cpp | 29 static bool ParseParameters(CNotificationRequest params, NotificationRequest &request) in ParseParameters() argument 63 NotificationRequest request; in Publish() local
|
| H A D | notification_manager_ffi.cpp | 27 int32_t FfiOHOSNotificationManagerPublish(CNotificationRequest request) in FfiOHOSNotificationManagerPublish() argument
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | advanced_notification_slot_service.cpp | 553 uint32_t AdvancedNotificationService::GetDefaultSlotFlags(const sptr<NotificationRequest> &request) in GetDefaultSlotFlags() argument 567 SetRequestBySlotType(const sptr<NotificationRequest> &request, const sptr<NotificationBundleOption> &bundleOption) SetRequestBySlotType() argument [all...] |
| H A D | reminder_event_manager.cpp | 322 NotificationRequest request = notification->GetNotificationRequest(); in OnCanceled() local
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| H A D | advanced_notification_publish_service_test.cpp | 88 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 D | ansmanagerstubannex_fuzzer.cpp | 399 sptr<Notification::NotificationRequest> request = new Notification::NotificationRequest();
in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
| H A D | ansmanagerstub_fuzzer.cpp | 400 sptr<Notification::NotificationRequest> request = new Notification::NotificationRequest();
in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
| H A D | smart_reminder_center.cpp | 257 HandleReminderMethods( const string &deviceType, const map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice, const sptr<NotificationRequest> &request, set<string> &validDevices, shared_ptr<map<string, shared_ptr<NotificationFlags>>> notificationFlagsOfDevices) const HandleReminderMethods() argument 362 GetReminderAffecteds( const map<string, vector<shared_ptr<ReminderAffected>>> &reminderFilterDevice, const sptr<NotificationRequest> &request, vector<shared_ptr<ReminderAffected>> &reminderAffecteds) const GetReminderAffecteds() argument [all...] |
| /base/powermgr/battery_lite/frameworks/native/src/small/ |
| H A D | battery_framework.c | 49 IpcIo request; in GetBatSocProxy() local 65 IpcIo request; in GetChargingStatusProxy() local 81 IpcIo request; in GetHealthStatusProxy() local 97 IpcIo request; in GetPluggedTypeProxy() local 113 IpcIo request; GetBatVoltageProxy() local 147 IpcIo request; GetBatTechnologyProxy() local 163 IpcIo request; GetBatTemperatureProxy() local [all...] |
| /base/location/test/location_locator/source/ |
| H A D | locator_background_proxy_test.cpp | 334 std::shared_ptr<Request> request = std::make_shared<Request>(); in HWTEST_F() local 354 std::shared_ptr<Request> request = std::make_shared<Request>(); in HWTEST_F() local 418 auto request = std::make_shared<Request>(); in HWTEST_F() local 436 auto request = std::make_shared<Request>(); HWTEST_F() local 454 auto request = std::make_shared<Request>(); HWTEST_F() local 472 auto request = std::make_shared<Request>(); HWTEST_F() local 499 auto request = std::make_shared<Request>(); HWTEST_F() local 599 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local 738 std::shared_ptr<Request> request = std::make_shared<Request>(); HWTEST_F() local 818 auto request = std::make_shared<Request>(); HWTEST_F() local [all...] |
| H A D | locator_impl_test.cpp | 435 auto request = std::make_unique<CachedGnssLocationsRequest>(); in HWTEST_F() local
|
| /base/security/access_token/frameworks/inner_api/privacy/src/ |
| H A D | privacy_manager_proxy.cpp | 174 int32_t PrivacyManagerProxy::GetPermissionUsedRecords(const PermissionUsedRequestParcel& request, in GetPermissionUsedRecords() argument 203 int32_t PrivacyManagerProxy::GetPermissionUsedRecords(const PermissionUsedRequestParcel& request, in GetPermissionUsedRecords() argument
|
| H A D | privacy_kit.cpp | 144 static bool IsPermissionFlagValid(const PermissionUsedRequest& request) in IsPermissionFlagValid() argument 154 int32_t PrivacyKit::GetPermissionUsedRecords(const PermissionUsedRequest& request, PermissionUsedResult& result) in GetPermissionUsedRecords() argument 162 GetPermissionUsedRecords( const PermissionUsedRequest& request, const sptr<OnPermissionUsedRecordCallback>& callback) GetPermissionUsedRecords() argument [all...] |
| /base/security/access_token/services/privacymanager/test/unittest/ |
| H A D | permission_record_db_test.cpp | 316 PermissionUsedRequest request; in HWTEST_F() local [all...] |
| /base/security/access_token/tools/accesstoken/src/ |
| H A D | atm_command.cpp | 282 PermissionUsedRequest request; in DumpRecordInfo() local
|
| /base/sensors/sensor_lite/frameworks/src/ |
| H A D | sensor_agent_proxy.c | 251 IpcIo request;
in RegisterSensorChannel() local 285 IpcIo request;
in UnregisterSensorChannel() local 322 IpcIo request;
in InitSensorList() local 361 IpcIo request; ActivateSensorByProxy() local 382 IpcIo request; DeactivateSensorByProxy() local 404 IpcIo request; SetBatchByProxy() local 490 IpcIo request; SetModeByProxy() local 512 IpcIo request; SetOptionByProxy() local [all...] |
| /base/startup/init/services/param/linux/ |
| H A D | param_request.c | 147 static int StartRequest(int clientFd, ParamMessage *request, int timeout)
in StartRequest() argument 178 ParamMessage *request = (ParamMessage *)CreateParamMessage(MSG_SET_PARAM, name, msgSize);
in SystemSetParameter_() local 233 ParamMessage *request = (ParamMessage *)CreateParamMessage(MSG_SAVE_PARAM, name, msgSize); SystemSaveParameters() local 263 ParamMessage *request = NULL; SystemWaitParameter() local [all...] |
| /base/security/permission_lite/services/pms/src/ |
| H A D | pms_server_internal.c | 115 static BOOL OnMessage(const Feature *feature, const Request *request)
in OnMessage() argument
|
| /base/telephony/ril_adapter/services/hril/src/ |
| H A D | hril_base.cpp | 140 ReqDataInfo *HRilBase::CreateHRilRequest(int32_t serial, int32_t request) in CreateHRilRequest() argument
|
| /base/telephony/cellular_data/services/src/ |
| H A D | cellular_data_controller.cpp | 156 bool CellularDataController::ReleaseNet(const NetRequest &request) in ReleaseNet() argument 165 bool CellularDataController::RequestNet(const NetRequest &request) in RequestNet() argument 174 bool CellularDataController::AddUid(const NetRequest &request) in AddUid() argument 183 bool CellularDataController::RemoveUid(const NetRequest &request) in RemoveUid() argument
|
| /base/usb/usb_manager/interfaces/kits/js/napi/include/ |
| H A D | usb_async_context.h | 88 int32_t request; member 103 int32_t request; member
|
| /base/usb/usb_manager/services/native/src/ |
| H A D | usb_mass_storage_notification.cpp | 216 OHOS::Notification::NotificationRequest request; in PublishUsbNotification() local [all...] |
| /base/useriam/user_auth_framework/services/context/src/ |
| H A D | remote_executor_stub.cpp | 294 OnMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) OnMessage() argument 330 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(msg); OnMessage() local 363 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(finalResult->Serialize()); ContinueSchedule() local [all...] |
| H A D | remote_auth_service.cpp | 110 OnMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) OnMessage() argument 199 ProcStartRemoteAuthRequest(const std::string &connectionName, const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) ProcStartRemoteAuthRequest() argument 249 ProcQueryExecutorInfoRequest(const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) ProcQueryExecutorInfoRequest() argument 274 ProcBeginExecuteRequest(const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) ProcBeginExecuteRequest() argument 293 ProcEndExecuteRequest(const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) ProcEndExecuteRequest() argument [all...] |
| H A D | remote_auth_context.cpp | 210 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(); in SendQueryExecutorInfoMsg() local
|