Home
last modified time | relevance | path

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

12

/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 Ddecision_maker.cpp223 pkgInfo->StartAccounting(delayInfo->GetRequestId()); in Decide()
227 "APP_NAME", key->GetPkg(), "TASKID", delayInfo->GetRequestId(), "VALUE", delayInfo->GetActualDelayTime()); in Decide()
H A Dbg_transient_task_mgr.cpp215 "delayTime: %{public}d", name.c_str(), uid, infoEx->GetRequestId(), infoEx->GetActualDelayTime()); in RequestSuspendDelay()
216 expiredCallbackMap_[infoEx->GetRequestId()] = callback; in RequestSuspendDelay()
217 keyInfoMap_[infoEx->GetRequestId()] = keyInfo; in RequestSuspendDelay()
/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()
/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Di_request.h48 int GetRequestId() const;
H A Dresponse.h35 int GetRequestId() const;
H A Drequest.h48 int GetRequestId() const;
H A Di_response.h52 int GetRequestId() const;
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp302 * @tc.desc: Verify the GetRequestId function.
308 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK)); in HWTEST_F()
315 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK)); in HWTEST_F()
316 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_MIC)); in HWTEST_F()
317 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK + "2")); in HWTEST_F()
324 * @tc.desc: Verify the GetRequestId function.
330 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_SPK)); in HWTEST_F()
335 EXPECT_EQ("", sourceMgr.GetRequestId(DEV_ID, DH_ID_MIC)); in HWTEST_F()
/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()
/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()
/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,
H A Dwifi_direct_manager.cpp44 static uint32_t GetRequestId(void) in GetRequestId() function
561 .getRequestId = GetRequestId,
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Ddelay_suspend_info.h58 inline int32_t GetRequestId() const in GetRequestId() function in OHOS::BackgroundTaskMgr::DelaySuspendInfo
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_data_handler.h71 std::string GetRequestId();
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_activate.h54 uint32_t GetRequestId() const;
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dclient_listener_handler.cpp56 int requestId = response->GetRequestId(); in IpcIoResponse()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.h58 int32_t GetRequestId() in GetRequestId() function in OHOS::Sharing::final
H A Dinteraction.cpp434 agentMsg->requestId = GetRequestId(); in AppendSurface()
454 agentMsg->requestId = GetRequestId(); in RemoveSurface()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_data_handler.cpp87 std::string NapiMediaAssetDataHandler::GetRequestId() in GetRequestId() function in OHOS::Media::NapiMediaAssetDataHandler
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_activate.cpp173 uint32_t NetActivate::GetRequestId() const in GetRequestId() function in OHOS::NetManagerStandard::NetActivate
/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);
/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

Completed in 13 milliseconds

12