| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
| D | fuse_daemon_test.cpp | 51 static int FuseReplyErrMock(fuse_req_t req, int err) in FuseReplyErrMock() 58 static int FuseReplyOpenMock(fuse_req_t req, const struct fuse_file_info *f) in FuseReplyOpenMock() 65 int FuseReplyEntryMock(fuse_req_t req, const struct fuse_entry_param *e) in FuseReplyEntryMock() 72 int FuseReplyAttrMock(fuse_req_t req, const struct stat *attr, double attr_timeout) in FuseReplyAttrMock() 81 size_t FuseAddDirentryMockCurDirFail(fuse_req_t req, char *buf, size_t bufsize, in FuseAddDirentryMockCurDirFail() 93 size_t FuseAddDirentryMockUpperDirFail(fuse_req_t req, char *buf, size_t bufsize, in FuseAddDirentryMockUpperDirFail() 107 size_t FuseAddDirentryMockTestFileFail(fuse_req_t req, char *buf, size_t bufsize, in FuseAddDirentryMockTestFileFail() 121 int FuseReplyBufMock(fuse_req_t req, const char *buf, size_t size) in FuseReplyBufMock() 189 fuse_req_t req = nullptr; variable 247 fuse_req_t req = nullptr; variable [all …]
|
| D | fuse_mock.cpp | 167 int fuse_reply_err(fuse_req_t req, int err) in fuse_reply_err() 184 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e) in fuse_reply_entry() 201 int fuse_reply_attr(fuse_req_t req, const struct stat *attr, double attr_timeout) in fuse_reply_attr() 218 int fuse_reply_open(fuse_req_t req, const struct fuse_file_info *f) in fuse_reply_open() 235 int fuse_reply_buf(fuse_req_t req, const char *buf, size_t size) in fuse_reply_buf() 252 int fuse_reply_write(fuse_req_t req, size_t count) in fuse_reply_write() 269 size_t fuse_add_direntry(fuse_req_t req, char *buf, size_t bufsize, in fuse_add_direntry()
|
| /base/powermgr/battery_lite/services/src/small/ |
| D | battery_feature_impl.c | 54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke() 63 static int32_t BatterySocInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in BatterySocInvoke() 73 static int32_t ChargingStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in ChargingStatusInvoke() 83 static int32_t HealthStatusInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in HealthStatusInvoke() 93 static int32_t PluggedTypeInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in PluggedTypeInvoke() 103 static int32_t VoltageInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in VoltageInvoke() 113 static int32_t TechnologyInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in TechnologyInvoke() 124 static int32_t BatteryTemperatureInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *repl… in BatteryTemperatureInvoke()
|
| /base/sensors/sensor_lite/services/src/ |
| D | sensor_service.c | 24 int32_t GetAllSensorsInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in GetAllSensorsInvoke() 48 int32_t ActivateSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in ActivateSensorInvoke() 66 int32_t DeactivateSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in DeactivateSensorInvoke() 84 int32_t SetBatchInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in SetBatchInvoke() 106 int32_t SubscribeSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in SubscribeSensorInvoke() 125 int32_t UnsubscribeSensorInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in UnsubscribeSensorInvoke() 143 int32_t SetModeInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in SetModeInvoke() 163 int32_t SetOptionInvoke(SensorFeatureApi *defaultApi, IpcIo *req, IpcIo *reply) in SetOptionInvoke() 194 int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
| D | sensor_service_impl.c | 82 void SetSvcIdentity(IpcIo *req, const IpcIo *reply) in SetSvcIdentity()
|
| /base/powermgr/powermgr_lite/services/src/power/small/ |
| D | power_manage_feature_impl.c | 55 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke() 66 static int32_t AcquireInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in AcquireInvoke() 78 static int32_t ReleaseInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in ReleaseInvoke() 88 static int32_t IsAnyHoldingInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in IsAnyHoldingInvoke() 95 static int32_t SuspendInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SuspendInvoke() 107 static int32_t WakeupInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in WakeupInvoke()
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | advanced_notification_service_test.cpp | 161 sptr<NotificationRequest> req = new NotificationRequest(1); variable 188 sptr<NotificationRequest> req = new NotificationRequest(1); variable 216 sptr<NotificationRequest> req = new NotificationRequest(); variable 244 sptr<NotificationRequest> req = new NotificationRequest(); variable 273 sptr<NotificationRequest> req = new NotificationRequest(); variable 301 sptr<NotificationRequest> req = new NotificationRequest(); variable 328 sptr<NotificationRequest> req = new NotificationRequest(); variable 355 sptr<NotificationRequest> req = new NotificationRequest(); variable 382 sptr<NotificationRequest> req = new NotificationRequest(); variable 409 sptr<NotificationRequest> req = new NotificationRequest(); variable [all …]
|
| D | advanced_notification_publish_service_test.cpp | 469 sptr<NotificationRequest> req = new (std::nothrow) NotificationRequest(); variable 516 sptr<NotificationRequest> req = new (std::nothrow) NotificationRequest(); variable
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 148 sptr<NotificationRequest> req = new NotificationRequest(2); variable 173 sptr<NotificationRequest> req = new NotificationRequest(0); variable 219 sptr<NotificationRequest> req = new NotificationRequest(0); variable 267 sptr<NotificationRequest> req = new NotificationRequest(0); variable 304 sptr<NotificationRequest> req = new NotificationRequest(0); variable 350 sptr<NotificationRequest> req = new NotificationRequest(0); variable 387 sptr<NotificationRequest> req = new NotificationRequest(0); variable 422 sptr<NotificationRequest> req = new NotificationRequest(0); variable 462 sptr<NotificationRequest> req = new NotificationRequest(0); variable 502 sptr<NotificationRequest> req = new NotificationRequest(0); variable [all …]
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
| D | fuse_daemon.cpp | 62 static void FuseDaemonLookup(fuse_req_t req, fuse_ino_t parent, const char* name) in FuseDaemonLookup() 104 static void FuseDaemonGetattr(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info* fi) in FuseDaemonGetattr() 126 static void FuseDaemonOpen(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info* fi) in FuseDaemonOpen() 154 static DlpLinkFile* GetValidFileNode(fuse_req_t req, fuse_ino_t ino) in GetValidFileNode() 168 static void FuseDaemonRead(fuse_req_t req, fuse_ino_t ino, size_t size, off_t offset, struct fuse_f… in FuseDaemonRead() 206 …fuse_req_t req, fuse_ino_t ino, const char* buf, size_t size, off_t off, struct fuse_file_info* fi) in FuseDaemonWrite() 234 static void FuseDaemonForget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) in FuseDaemonForget() 306 static void FuseDaemonReadDir(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_f… in FuseDaemonReadDir() 354 bool FuseDaemonUpdateTime(fuse_req_t req, int toSet, DlpLinkFile* dlpLink) in FuseDaemonUpdateTime() 378 void FuseDaemonSetAttr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, int toSet, struct fuse_fi… in FuseDaemonSetAttr()
|
| /base/powermgr/powermgr_lite/services/src/screensaver/small/ |
| D | screen_saver_feature_impl.c | 41 static int32_t SetStateInvoke(IServerProxy *iProxy, void *origin, IpcIo *req, IpcIo *reply) in SetStateInvoke() 54 static int32_t FeatureInvoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in FeatureInvoke()
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 635 NotificationRequest req; variable 733 NotificationRequest req; variable 786 NotificationRequest req; variable 840 NotificationRequest req; variable 879 NotificationRequest req; variable 918 NotificationRequest req; variable 958 NotificationRequest req; variable 992 NotificationRequest req; variable 1035 NotificationRequest req; variable 1084 NotificationRequest req; variable [all …]
|
| D | ans_fw_module_test.cpp | 371 …inline std::string GenerateDistributedKey(const NotificationRequest &req, const std::string &devic… in GenerateDistributedKey() 384 …NotificationRequest &req, std::vector<DistributedKv::Entry> &entries, DistributedKv::Entry &outEnt… in GetRequestInDistributedEntryList() 396 bool GetRequestInNotificationList(NotificationRequest &req, in GetRequestInNotificationList() 706 NotificationRequest req(0); variable 752 NotificationRequest req(0); variable 796 NotificationRequest req(0); variable 976 NotificationRequest req(1); variable 1027 NotificationRequest req(1); variable 1141 NotificationRequest req(0); variable 1185 NotificationRequest req(0); variable [all …]
|
| /base/security/permission_lite/services/pms/src/ |
| D | pms_server_internal.c | 124 static void ReplyCheckPermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* ap… in ReplyCheckPermission() 139 static void ReplyGrantPermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* ap… in ReplyGrantPermission() 153 static void ReplyRevokePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* a… in ReplyRevokePermission() 167 static void ReplyGrantRuntimePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLite… in ReplyGrantRuntimePermission() 181 static void ReplyRevokeRuntimePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLit… in ReplyRevokeRuntimePermission() 195 static void ReplyUpdatePermissionFlags(const void *origin, IpcIo *req, IpcIo *reply, const InnerPer… in ReplyUpdatePermissionFlags() 212 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
| D | pms_server.c | 111 static void ReplyCheckSelfPermission(const void *origin, IpcIo *req, IpcIo *reply, PermLiteApi* api) in ReplyCheckSelfPermission() 124 static void ReplyQueryPermission(const void *origin, IpcIo *req, IpcIo *reply) in ReplyQueryPermission() 146 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
| /base/request/request/services/service/request/c_wrapper/source/ |
| D | background_notification.cpp | 51 NotificationRequest req(msg.taskId); in RequestBackgroundNotify() local
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
| D | hks_samgr_service_feature.c | 96 static int32_t ReadSrcDataFromReq(IpcIo *req, struct HksBlob *srcData) in ReadSrcDataFromReq() 122 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
| /base/security/device_security_level/services/sa/lite/small/ |
| D | dslm_ipc_process.c | 54 static int32_t DslmGetRequestFromParcel(IpcIo *req, DeviceIdentify *identity, in DslmGetRequestFromParcel() 156 int32_t DslmProcessGetDeviceSecurityLevel(IUnknown *iUnknown, IpcIo *req, IpcIo *reply) in DslmProcessGetDeviceSecurityLevel()
|
| D | dslm_service_feature.c | 68 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
| /base/startup/appspawn/lite/ |
| D | appspawn_service.c | 81 static int GetMessageSt(MessageSt *msgSt, IpcIo *req) in GetMessageSt() 115 static int Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/include/ |
| D | fuse_daemon.h | 30 fuse_req_t req; member
|
| /base/hiviewdfx/hilog_lite/frameworks/mini/ |
| D | hiview_output_log.c | 208 static void OutputLogRealtime(const Request *req) in OutputLogRealtime() 236 static void OutputLog2TextFile(const Request *req) in OutputLog2TextFile() 283 static void OutputLog2BinFile(const Request *req) in OutputLog2BinFile()
|
| /base/security/device_auth/frameworks/src/lite/ |
| D | ipc_dev_auth_stub.c | 154 static int32_t DevAuthRequestCall(void *origin, IpcIo *req, IpcIo *reply) in DevAuthRequestCall() 189 int32_t OnRemoteInvoke(IServerProxy *iProxy, int32_t reqId, void *origin, IpcIo *req, IpcIo *reply) in OnRemoteInvoke()
|
| /base/security/device_security_level/services/sa/lite/mini/ |
| D | dslm_inner_process.c | 135 int32_t DslmProcessGetDeviceSecurityLevel(IUnknown *iUnknown, DslmAsyncCallParams *req, in DslmProcessGetDeviceSecurityLevel()
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
| D | notification_service_test.cpp | 193 sptr<NotificationRequest> req = new (std::nothrow) NotificationRequest(1); in BENCHMARK_F() local 224 sptr<NotificationRequest> req = new (std::nothrow) NotificationRequest(0); in BENCHMARK_F() local
|