| /base/hiviewdfx/faultloggerd/services/ |
| H A D | fault_logger_daemon.cpp | 242 void FaultLoggerDaemon::HandleRequestByClientType(int32_t connectionFd, FaultLoggerdRequest* request) in HandleRequestByClientType() argument 212 HandleRequestForFuzzer(int32_t epollFd, int32_t connectionFd, const FaultLoggerdRequest *requestConst, FaultLoggerdRequest *request) HandleRequestForFuzzer() argument 289 auto request = reinterpret_cast<FaultLoggerdRequest *>(buf.data()); HandleRequest() local 316 HandleDefaultClientRequest(int32_t connectionFd, const FaultLoggerdRequest * request) HandleDefaultClientRequest() argument 331 HandleLogFileDesClientRequest(int32_t connectionFd, const FaultLoggerdRequest * request) HandleLogFileDesClientRequest() argument 344 HandleExceptionRequest(int32_t connectionFd, FaultLoggerdRequest * request) HandleExceptionRequest() argument 362 HandleReadBuf(int& fd, int32_t connectionFd, FaultLoggerdRequest* request, FaultLoggerPipe2* faultLoggerPipe) HandleReadBuf() argument 381 HandleReadRes(int& fd, int32_t connectionFd, FaultLoggerdRequest* request, FaultLoggerPipe2* faultLoggerPipe) HandleReadRes() argument 400 HandleDelete(FaultLoggerdRequest* request) HandleDelete() argument 405 HandleJsonReadBuf(int& fd, int32_t connectionFd, FaultLoggerdRequest* request, FaultLoggerPipe2* faultLoggerPipe) HandleJsonReadBuf() argument 424 HandleJsonReadRes(int& fd, int32_t connectionFd, FaultLoggerdRequest* request, FaultLoggerPipe2* faultLoggerPipe) HandleJsonReadRes() argument 443 HandleRequestByPipeType(int& fd, int32_t connectionFd, FaultLoggerdRequest* request, FaultLoggerPipe2* faultLoggerPipe) HandleRequestByPipeType() argument 489 HandlePipeFdClientRequest(int32_t connectionFd, FaultLoggerdRequest * request) HandlePipeFdClientRequest() argument 509 HandlePrintTHilogClientRequest(int32_t const connectionFd, FaultLoggerdRequest * request) HandlePrintTHilogClientRequest() argument 529 SecurityCheck(int32_t connectionFd, FaultLoggerdRequest * request) SecurityCheck() argument 575 HandlePermissionRequest(int32_t connectionFd, FaultLoggerdRequest * request) HandlePermissionRequest() argument 586 HandleSdkDumpRequest(int32_t connectionFd, FaultLoggerdRequest * request) HandleSdkDumpRequest() argument 821 CheckRequestCredential(int32_t connectionFd, FaultLoggerdRequest* request) CheckRequestCredential() argument 956 GetElfName(FaultLoggerdStatsRequest* request) GetElfName() argument 966 HandleDumpStats(int32_t connectionFd, FaultLoggerdStatsRequest* request) HandleDumpStats() argument [all...] |
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | process_dumper.cpp | 224 void InfoRemoteProcessResult(std::shared_ptr<ProcessDumpRequest> request, int result, int type) in InfoRemoteProcessResult() argument 301 std::shared_ptr<ProcessDumpRequest> request = std::make_shared<ProcessDumpRequest>(); in Dump() local 349 Report(std::shared_ptr<ProcessDumpRequest> request, std::string &jsonInfo) Report() argument 369 ReadRequestAndCheck(std::shared_ptr<ProcessDumpRequest> request) ReadRequestAndCheck() argument 401 InitRegs(std::shared_ptr<ProcessDumpRequest> request, int &dumpRes) InitRegs() argument 417 IsTargetProcessAlive(std::shared_ptr<ProcessDumpRequest> request) IsTargetProcessAlive() argument 430 UnwindWriteJit(const ProcessDumpRequest &request) UnwindWriteJit() argument 477 GetCrashObj(std::shared_ptr<ProcessDumpRequest> request) GetCrashObj() argument 498 Unwind(std::shared_ptr<ProcessDumpRequest> request, int &dumpRes, pid_t vmPid) Unwind() argument 522 DumpProcess(std::shared_ptr<ProcessDumpRequest> request) DumpProcess() argument 579 InitVmThread(std::shared_ptr<ProcessDumpRequest> request) InitVmThread() argument 603 InitKeyThread(std::shared_ptr<ProcessDumpRequest> request) InitKeyThread() argument 633 InitUnwinder(std::shared_ptr<ProcessDumpRequest> request, pid_t &vmPid, int &dumpRes) InitUnwinder() argument 680 InitProcessInfo(std::shared_ptr<ProcessDumpRequest> request) InitProcessInfo() argument 725 GetLogTypeByRequest(const ProcessDumpRequest &request) GetLogTypeByRequest() argument 765 InitPrintThread(std::shared_ptr<ProcessDumpRequest> request) InitPrintThread() argument 873 ReportAddrSanitizer(ProcessDumpRequest &request, std::string &jsonInfo) ReportAddrSanitizer() argument 904 ReadFdTable(const ProcessDumpRequest &request) ReadFdTable() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| H A D | common.cpp | 1171 napi_value Common::GetNotificationTemplate(const napi_env &env, const napi_value &value, NotificationRequest &request) in GetNotificationTemplate() argument 1203 GetNotificationBundleOption( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationBundleOption() argument
|
| H A D | common_convert_request.cpp | 33 SetNotificationRequestByString( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequestByString() argument 72 SetNotificationRequestByNumber( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequestByNumber() argument 133 SetNotificationRequestByBool( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequestByBool() argument 183 SetNotificationRequestByWantAgent( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequestByWantAgent() argument 224 SetNotificationRequestByPixelMap( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequestByPixelMap() argument 282 SetNotificationRequestByCustom( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequestByCustom() argument 522 SetNotificationRequest( const napi_env &env, const OHOS::Notification::NotificationRequest *request, napi_value &result) SetNotificationRequest() argument 555 GetNotificationRequestByNumber( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationRequestByNumber() argument 591 GetNotificationRequestByString( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationRequestByString() argument 622 GetNotificationRequestByBool( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationRequestByBool() argument 664 GetNotificationRequestByCustom( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationRequestByCustom() argument 727 GetNotificationRequest(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationRequest() argument 745 GetNotificationSmallIcon(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationSmallIcon() argument 773 GetNotificationLargeIcon(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationLargeIcon() argument 801 GetNotificationOverlayIcon( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationOverlayIcon() argument 830 GetNotificationSupportDisplayDevices( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationSupportDisplayDevices() argument 875 GetNotificationSupportOperateDevices( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationSupportOperateDevices() argument 921 GetNotificationId(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationId() argument 949 GetNotificationSlotType(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationSlotType() argument 1002 GetNotificationIsOngoing(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationIsOngoing() argument 1026 GetNotificationIsUnremovable( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationIsUnremovable() argument 1051 GetNotificationDeliveryTime( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationDeliveryTime() argument 1076 GetNotificationtapDismissed( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationtapDismissed() argument 1101 GetNotificationWantAgent(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationWantAgent() argument 1131 GetNotificationExtraInfo(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationExtraInfo() argument 1159 GetNotificationGroupName(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationGroupName() argument 1184 GetNotificationRemovalWantAgent( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationRemovalWantAgent() argument 1218 GetNotificationMaxScreenWantAgent( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationMaxScreenWantAgent() argument 1249 GetNotificationAutoDeletedTime( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationAutoDeletedTime() argument 1274 GetNotificationClassification( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationClassification() argument 1300 GetNotificationAppMessageId( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationAppMessageId() argument 1320 GetNotificationSound( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationSound() argument 1340 GetNotificationColor(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationColor() argument 1368 GetNotificationColorEnabled( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationColorEnabled() argument 1393 GetNotificationIsAlertOnce( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationIsAlertOnce() argument 1418 GetNotificationIsStopwatch( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationIsStopwatch() argument 1443 GetNotificationIsCountDown( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationIsCountDown() argument 1468 GetNotificationStatusBarText( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationStatusBarText() argument 1494 GetNotificationLabel(const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationLabel() argument 1519 GetNotificationBadgeIconStyle( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationBadgeIconStyle() argument 1544 GetNotificationShowDeliveryTime( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationShowDeliveryTime() argument 1569 GetNotificationIsRemoveAllowed( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationIsRemoveAllowed() argument 1594 GetNotificationActionButtons( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationActionButtons() argument 1764 GetNotificationBadgeNumber( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationBadgeNumber() argument 1795 GetNotificationUnifiedGroupInfo( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationUnifiedGroupInfo() argument 1852 GetNotificationControlFlags( const napi_env &env, const napi_value &value, NotificationRequest &request) GetNotificationControlFlags() argument [all...] |
| H A D | subscribe.cpp | 58 std::shared_ptr<OHOS::Notification::Notification> request; member 71 SetSubscribeCallbackData(const napi_env &env, const std::shared_ptr<OHOS::Notification::Notification> &request, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason, napi_value &result) SetSubscribeCallbackData() argument 211 OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &request, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) OnCanceled() argument 375 OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request, const std::shared_ptr<NotificationSortingMap> &sortingMap) OnConsumed() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | notification_helper.cpp | 75 ErrCode NotificationHelper::PublishNotification(const NotificationRequest &request) in PublishNotification() argument 80 ErrCode NotificationHelper::PublishNotification(const std::string &label, const NotificationRequest &request) in PublishNotification() argument 85 ErrCode NotificationHelper::PublishNotificationForIndirectProxy(const NotificationRequest &request) in PublishNotificationForIndirectProxy() argument 124 ErrCode NotificationHelper::GetActiveNotifications(std::vector<sptr<NotificationRequest>> &request) in GetActiveNotifications() argument 145 PublishNotificationAsBundle( const std::string &representativeBundle, const NotificationRequest &request) PublishNotificationAsBundle() argument 303 GetActiveNotificationByFilter( const LiveViewFilter &filter, sptr<NotificationRequest> &request) GetActiveNotificationByFilter() argument 418 PublishContinuousTaskNotification(const NotificationRequest &request) PublishContinuousTaskNotification() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| H A D | ans_manager_stub_invalid.cpp | 457 ErrCode AnsManagerStub::PublishContinuousTaskNotification(const sptr<NotificationRequest> &request) in PublishContinuousTaskNotification() argument 140 GetActiveNotificationByFilter( const sptr<NotificationBundleOption> &bundleOption, const int32_t notificationId, const std::string &label, std::vector<std::string> extraInfoKeys, sptr<NotificationRequest> &request) GetActiveNotificationByFilter() argument
|
| /base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
| H A D | notification_utils.cpp | 105 bool GetNotificationRequestByNumber(CNotificationRequest cjRequest, NotificationRequest &request) in GetNotificationRequestByNumber() argument 38 GetNotificationSupportDisplayDevices( CDistributedOptions* distributedOption, NotificationRequest request) GetNotificationSupportDisplayDevices() argument 61 GetNotificationSupportOperateDevices( CDistributedOptions* distributedOption, NotificationRequest request) GetNotificationSupportOperateDevices() argument 84 GetNotificationRequestDistributedOptions( CDistributedOptions* distributedOption, NotificationRequest request) GetNotificationRequestDistributedOptions() argument 137 GetNotificationRequestByString(CNotificationRequest cjRequest, NotificationRequest &request) GetNotificationRequestByString() argument 163 GetNotificationRequestByBool(CNotificationRequest cjRequest, NotificationRequest &request) GetNotificationRequestByBool() argument 200 GetNotificationRequestByCustom(CNotificationRequest cjRequest, NotificationRequest &request) GetNotificationRequestByCustom() argument 266 GetNotificationBasicContent(CNotificationBasicContent* contentResult, NotificationRequest &request) GetNotificationBasicContent() argument 330 GetNotificationLongTextContent( CNotificationLongTextContent* contentResult, NotificationRequest &request) GetNotificationLongTextContent() argument 394 GetNotificationPictureContent( CNotificationPictureContent* contentResult, NotificationRequest &request) GetNotificationPictureContent() argument 432 GetNotificationMultiLineContent( CNotificationMultiLineContent* contentResult, NotificationRequest &request) GetNotificationMultiLineContent() argument 629 GetNotificationLocalLiveViewContent(CNotificationSystemLiveViewContent* contentResult, NotificationRequest &request) GetNotificationLocalLiveViewContent() argument 798 GetNotificationSlotType(int32_t slotType, NotificationRequest &request) GetNotificationSlotType() argument 808 GetNotificationSmallIcon(int64_t smallIcon, NotificationRequest &request) GetNotificationSmallIcon() argument 821 GetNotificationLargeIcon(int64_t largeIcon, NotificationRequest &request) GetNotificationLargeIcon() argument 834 GetNotificationContent(CNotificationContent &content, NotificationRequest &request) GetNotificationContent() argument 929 SetNotificationRequestByString( const NotificationRequest *request, CNotificationRequest ¬ificationRequest) SetNotificationRequestByString() argument 943 SetNotificationRequestByNumber( const NotificationRequest *request, CNotificationRequest ¬ificationRequest) SetNotificationRequestByNumber() argument 981 SetNotificationRequestByBool( const NotificationRequest *request, CNotificationRequest ¬ificationRequest) SetNotificationRequestByBool() argument 1013 SetNotificationRequestByPixelMap( const NotificationRequest *request, CNotificationRequest ¬ificationRequest) SetNotificationRequestByPixelMap() argument 1546 SetNotificationRequestByCustom( const NotificationRequest *request, CNotificationRequest ¬ificationRequest) SetNotificationRequestByCustom() argument 1589 SetNotificationRequest( const NotificationRequest *request, CNotificationRequest ¬ificationRequest) SetNotificationRequest() argument [all...] |
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| H A D | advanced_notification_service_test.cpp | 332 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); in HWTEST_F() local 1998 sptr<NotificationRequest> request = new NotificationRequest(); in HWTEST_F() local 2018 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2058 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2075 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2091 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2471 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 2493 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 2671 sptr<NotificationRequest> request = nullptr; HWTEST_F() local 2714 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 2746 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 2776 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 2821 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 2859 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2877 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2896 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2934 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 2956 sptr<NotificationRequest> request = new NotificationRequest(1); HWTEST_F() local 2991 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3037 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3056 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3073 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3089 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3130 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3160 sptr<NotificationRequest> request = new NotificationRequest(); HWTEST_F() local 3279 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3322 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3352 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3375 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3392 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3408 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3443 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3457 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3481 sptr<NotificationCheckRequest> request = nullptr; HWTEST_F() local 3535 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3549 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3583 sptr<NotificationRequest> request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3648 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local 3662 auto request = new (std::nothrow) NotificationRequest(); HWTEST_F() local [all...] |
| /base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
| H A D | downloaduploadmanager_fuzzer.cpp | 271 auto request = OHOS::Request::Request(tid); in RequestFuzzTestGetId() local 279 auto request = OHOS::Request::Request(tid); in RequestFuzzTestHasListener() local 291 auto request = OHOS::Request::Request(tid); in RequestFuzzTestOnNotifyDataReceive() local 307 auto request = OHOS::Request::Request(tid); RequestFuzzTestAddAndRemoveListener() local 324 auto request = OHOS::Request::Request(tid); RequestFuzzTestOnResponseReceive() local [all...] |
| /base/security/access_token/frameworks/js/napi/privacy/src/ |
| H A D | permission_record_manager_napi.cpp | 390 static bool ParseRequest(const napi_env& env, const napi_value& value, PermissionUsedRequest& request) in ParseRequest() argument [all...] |
| /base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/ |
| H A D | privacy_kit_test.cpp | 320 void PrivacyKitTest::CheckPermissionUsedResult(const PermissionUsedRequest& request, cons argument 307 BuildQueryRequest(AccessTokenID tokenId, const std::string &deviceId, const std::string &bundleName, const std::vector<std::string> &permissionList, PermissionUsedRequest &request) BuildQueryRequest() argument 379 PermissionUsedRequest request; HWTEST_F() local 411 PermissionUsedRequest request; HWTEST_F() local 438 PermissionUsedRequest request; HWTEST_F() local 471 PermissionUsedRequest request; HWTEST_F() local 510 PermissionUsedRequest request; HWTEST_F() local 561 PermissionUsedRequest request; HWTEST_F() local 626 PermissionUsedRequest request; HWTEST_F() local 670 PermissionUsedRequest request; HWTEST_F() local 707 PermissionUsedRequest request; HWTEST_F() local 735 PermissionUsedRequest request; HWTEST_F() local 759 PermissionUsedRequest request; HWTEST_F() local 796 PermissionUsedRequest request; HWTEST_F() local 841 PermissionUsedRequest request; HWTEST_F() local 892 PermissionUsedRequest request; HWTEST_F() local 916 PermissionUsedRequest request; HWTEST_F() local 939 PermissionUsedRequest request; HWTEST_F() local 976 PermissionUsedRequest request; HWTEST_F() local 999 PermissionUsedRequest request; HWTEST_F() local 1019 PermissionUsedRequest request; HWTEST_F() local 1439 PermissionUsedRequest request; HWTEST_F() local 1722 PermissionUsedRequest request; HWTEST_F() local [all...] |
| /base/telephony/cellular_call/test/unittest/cstest/ |
| H A D | cs2_test.cpp | 807 SupplementRequestCs request; in HWTEST_F() local [all...] |
| /base/telephony/cellular_data/test/ |
| H A D | cellular_data_test.cpp | 1927 NetRequest request; in HWTEST_F() local 1941 NetRequest request; in HWTEST_F() local 1967 NetRequest request; in HWTEST_F() local
|
| H A D | zero_branch_test.cpp | 694 NetRequest request; in HWTEST_F() local 790 NetRequest request; in HWTEST_F() local 876 NetRequest request; HWTEST_F() local 930 NetRequest request; HWTEST_F() local 1248 NetRequest request; HWTEST_F() local 2090 NetRequest request; HWTEST_F() local [all...] |
| /base/telephony/ril_adapter/services/hril/src/ |
| H A D | hril_sms.cpp | 835 int32_t HRilSms::RequestWithStrings(int32_t serial, int32_t request, int32_t count, ...) in RequestWithStrings() argument
|
| /base/usb/usb_manager/services/zidl/src/ |
| H A D | usb_srv_stub.cpp | 592 int32_t request; in DoControlTransfer() local 637 int32_t request; in DoUsbControlTransfer() local
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| H A D | wal_mac80211.c | 48 static int32_t WifiScanSetSsid(const struct WlanScanRequest *params, oal_cfg80211_scan_request_stru *request)
in WifiScanSetSsid() argument 90 static int32_t WifiScanSetUserIe(const struct WlanScanRequest *params, oal_cfg80211_scan_request_stru *request)
in WifiScanSetUserIe() argument 136 WifiScanSetChannel(const oal_wiphy_stru *wiphy, const struct WlanScanRequest *params, oal_cfg80211_scan_request_stru *request) WifiScanSetChannel() argument 178 WifiScanSetRequest(struct NetDevice *netdev, const struct WlanScanRequest *params, oal_cfg80211_scan_request_stru *request) WifiScanSetRequest() argument 204 WifiScanFree(oal_cfg80211_scan_request_stru **request) WifiScanFree() argument 224 oal_cfg80211_scan_request_stru *request = WalStartScan() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_cs.c | 1702 struct i915_request *request, *active = NULL; in intel_engine_find_active_request() local [all...] |
| /device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/ |
| H A D | mali_kbase_hwcnt_reader.h | 222 struct prfcnt_enum_request request; member [all...] |
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | implicit_start_processor.cpp | 120 int ImplicitStartProcessor::ImplicitStartAbility(AbilityRequest &request, int32_t userId, int32_t windowMode, in ImplicitStartAbility() argument 354 OnlyKeepReserveApp(std::vector<AppExecFwk::AbilityInfo> &abilityInfos, std::vector<AppExecFwk::ExtensionAbilityInfo> &extensionInfos, const AbilityRequest &request) OnlyKeepReserveApp() argument 376 GenerateAbilityRequestByAction(int32_t userId, AbilityRequest &request, std::vector<DialogAppInfo> &dialogAppInfos, bool isMoreHapList, bool &findDefaultApp, bool &isAppCloneSelector) GenerateAbilityRequestByAction() argument 532 GenerateAbilityRequestByAppIndexes(int32_t userId, AbilityRequest &request, std::vector<DialogAppInfo> &dialogAppInfos) GenerateAbilityRequestByAppIndexes() argument 596 QueryBmsAppInfos(AbilityRequest &request, int32_t userId, std::vector<DialogAppInfo> &dialogAppInfos) QueryBmsAppInfos() argument 653 CheckImplicitStartExtensionIsValid(const AbilityRequest &request, const AppExecFwk::ExtensionAbilityInfo &extensionInfo) CheckImplicitStartExtensionIsValid() argument 668 ImplicitStartAbilityInner(const Want &targetWant, const AbilityRequest &request, int32_t userId) ImplicitStartAbilityInner() argument [all...] |
| /foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
| H A D | ability_connect_manager_test.cpp | 3151 auto request = GenerateAbilityRequest(device, abilityName, appName, bundleName, moduleName); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
| H A D | app_mgr_service_inner_second_test.cpp | 496 ChildProcessRequest request; in HWTEST_F() local 526 ChildProcessRequest request; in HWTEST_F() local 2194 ChildProcessRequest request; in HWTEST_F() local [all...] |
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
| H A D | cast_session_impl.cpp | 651 auto request = BuildChannelRequest(remote.deviceId, false, ModuleType::RTSP); in ProcessConnect() local 1174 auto request = BuildChannelRequest(GetCurrentRemoteDeviceId(), false, ModuleType::STREAM); in CreateStreamChannel() local
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/ |
| H A D | cast_session_impl.cpp | 651 auto request = BuildChannelRequest(remote.deviceId, false, ModuleType::RTSP); in ProcessConnect() local 1174 auto request = BuildChannelRequest(GetCurrentRemoteDeviceId(), false, ModuleType::STREAM); in CreateStreamChannel() local
|