Home
last modified time | relevance | path

Searched refs:GetRequestId (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dpkg_delay_suspend_info.cpp55 delayInfo->GetRequestId(), exempted_quota); in AddRequest()
101 timerManager_->AddTimer(info->GetRequestId(), info->GetAdvanceCallbackTime()); in StartAccounting()
103 pkg_.c_str(), info->GetRequestId(), info->GetPid()); in StartAccounting()
115 timerManager_->RemoveTimer(info->GetRequestId()); in StopAccounting()
117 pkg_.c_str(), info->GetRequestId(), info->GetPid()); in StopAccounting()
129 timerManager_->RemoveTimer(info->GetRequestId()); in StopAccountingAll()
131 pkg_.c_str(), info->GetRequestId(), info->GetPid()); in StopAccountingAll()
H A Ddelay_suspend_info_ex.cpp34 BGTASK_LOGD("requestId %{public}d remainTime %{public}d", GetRequestId(), remainTime); in GetRemainDelayTime()
61 result.append("{ requestId: " + std::to_string(GetRequestId())); in Dump()
H A Dbg_transient_task_mgr.cpp217 … "delayTime: %{public}d", name.c_str(), uid, infoEx->GetRequestId(), infoEx->GetActualDelayTime()); in RequestSuspendDelay()
218 expiredCallbackMap_[infoEx->GetRequestId()] = callback; in RequestSuspendDelay()
219 keyInfoMap_[infoEx->GetRequestId()] = keyInfo; in RequestSuspendDelay()
H A Ddecision_maker.cpp223 pkgInfo->StartAccounting(delayInfo->GetRequestId()); in Decide()
227 …"APP_NAME", key->GetPkg(), "TASKID", delayInfo->GetRequestId(), "VALUE", delayInfo->GetActualDelay… in Decide()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Ddata_request.cpp51 if (mmsNetworkMgr->AcquireNetwork(slotId_, GetRequestId()) != NETMANAGER_SUCCESS) { in ExecuteMms()
66 mmsNetworkMgr->ReleaseNetwork(GetRequestId(), false); in ExecuteMms()
71 mmsNetworkMgr->ReleaseNetwork(GetRequestId(), false); in ExecuteMms()
75 uint8_t DataRequest::GetRequestId() in GetRequestId() function in OHOS::Telephony::DataRequest
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Dresponse.cpp33 requestId_ = request->GetRequestId(); in Response()
50 int Response::GetRequestId() const in GetRequestId() function in OHOS::AI::Response
142 int IResponse::GetRequestId() const in GetRequestId() function in OHOS::AI::IResponse
144 return ResponseCast::Ref(this).GetRequestId(); in GetRequestId()
H A Drequest.cpp54 int Request::GetRequestId() const in GetRequestId() function in OHOS::AI::Request
126 int IRequest::GetRequestId() const in GetRequestId() function in OHOS::AI::IRequest
128 return RequestCast::Ref(this).GetRequestId(); in GetRequestId()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp308 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK));
315 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK));
316 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_MIC));
317 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK + "2"));
330 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK));
335 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_MIC));
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/src/
H A Dtransient_task_api.cpp52 info->requestId = delaySuspendInfo->GetRequestId(); in OH_BackgroundTaskManager_RequestSuspendDelay()
55 callbackInstances_[delaySuspendInfo->GetRequestId()] = expiredCallback; in OH_BackgroundTaskManager_RequestSuspendDelay()
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp376 requestId = GetRequestId(); in AddRequestRawParam()
397 uint32_t requestId = rawParam->GetRequestId(); in EraseRequestRawParam()
419 uint32_t DumpManagerService::GetRequestId() in GetRequestId() function in OHOS::HiviewDFX::DumpManagerService
457 std::string folder = DumpLogManager::CreateTmpFolder(rawParam->GetRequestId()); in RequestMain()
467 DumpLogManager::EraseTmpFolder(rawParam->GetRequestId()); in RequestMain()
H A Draw_param.cpp114 uint32_t RawParam::GetRequestId() in GetRequestId() function in OHOS::HiviewDFX::RawParam
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_virtual.c18 static uint32_t GetRequestId(void) in GetRequestId() function
191 .getRequestId = GetRequestId,
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/
H A Dbackground_task_mgr_ffi.cpp49 ret->requestId = delaySuspendInfo->GetRequestId(); in CJ_RequestSuspendDelay()
54 callbackInstances_[delaySuspendInfo->GetRequestId()] = callbackffi; in CJ_RequestSuspendDelay()
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Di_request.h48 int GetRequestId() const;
H A Drequest.h48 int GetRequestId() const;
H A Di_response.h52 int GetRequestId() const;
H A Dresponse.h35 int GetRequestId() const;
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Ddelay_suspend_info.h58 inline int32_t GetRequestId() const in GetRequestId() function
/ohos5.0/base/telephony/sms_mms/services/mms/include/
H A Ddata_request.h35 uint8_t GetRequestId();
/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Draw_param.h34 uint32_t GetRequestId();
H A Ddump_manager_service.h80 uint32_t GetRequestId();
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_activate.h54 uint32_t GetRequestId() const;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_manager.cpp353 std::string reqId = GetRequestId(devId, dhId); in OnEnableDAudio()
387 std::string reqId = GetRequestId(devId, dhId); in OnDisableDAudio()
433 std::string DAudioSourceManager::GetRequestId(const std::string &devId, const std::string &dhId) in GetRequestId() function in OHOS::DistributedHardware::DAudioSourceManager
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp172 uint32_t NetActivate::GetRequestId() const in GetRequestId() function in OHOS::NetManagerStandard::NetActivate
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h62 std::string GetRequestId(const std::string &devId, const std::string &dhId);

12