/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | pkg_delay_suspend_info.cpp | 55 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 D | delay_suspend_info_ex.cpp | 34 BGTASK_LOGD("requestId %{public}d remainTime %{public}d", GetRequestId(), remainTime); in GetRemainDelayTime() 61 result.append("{ requestId: " + std::to_string(GetRequestId())); in Dump()
|
H A D | decision_maker.cpp | 223 pkgInfo->StartAccounting(delayInfo->GetRequestId()); in Decide() 227 "APP_NAME", key->GetPkg(), "TASKID", delayInfo->GetRequestId(), "VALUE", delayInfo->GetActualDelayTime()); in Decide()
|
H A D | bg_transient_task_mgr.cpp | 215 "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 D | response.cpp | 33 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 D | request.cpp | 54 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 D | i_request.h | 48 int GetRequestId() const;
|
H A D | response.h | 35 int GetRequestId() const;
|
H A D | request.h | 48 int GetRequestId() const;
|
H A D | i_response.h | 52 int GetRequestId() const;
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/ |
H A D | daudio_source_mgr_test.cpp | 302 * @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 D | background_task_mgr_ffi.cpp | 49 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 D | transient_task_api.cpp | 52 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 D | wifi_direct_manager_virtual.c | 18 static uint32_t GetRequestId(void) in GetRequestId() function 191 .getRequestId = GetRequestId,
|
H A D | wifi_direct_manager.cpp | 44 static uint32_t GetRequestId(void) in GetRequestId() function 561 .getRequestId = GetRequestId,
|
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | delay_suspend_info.h | 58 inline int32_t GetRequestId() const in GetRequestId() function in OHOS::BackgroundTaskMgr::DelaySuspendInfo
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_asset_data_handler.h | 71 std::string GetRequestId();
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_activate.h | 54 uint32_t GetRequestId() const;
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | client_listener_handler.cpp | 56 int requestId = response->GetRequestId(); in IpcIoResponse()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | interaction.h | 58 int32_t GetRequestId() in GetRequestId() function in OHOS::Sharing::final
|
H A D | interaction.cpp | 434 agentMsg->requestId = GetRequestId(); in AppendSurface() 454 agentMsg->requestId = GetRequestId(); in RemoveSurface()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_data_handler.cpp | 87 std::string NapiMediaAssetDataHandler::GetRequestId() in GetRequestId() function in OHOS::Media::NapiMediaAssetDataHandler
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_activate.cpp | 173 uint32_t NetActivate::GetRequestId() const in GetRequestId() function in OHOS::NetManagerStandard::NetActivate
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/ |
H A D | daudio_source_manager.h | 62 std::string GetRequestId(const std::string &devId, const std::string &dhId);
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_manager.cpp | 353 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
|