Home
last modified time | relevance | path

Searched refs:GetAppIndexAndBundleNameByUid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h350 bool GetAppIndexAndBundleNameByUid(int32_t uid, int32_t &appIndex, std::string &bundleName);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp573 bool WorkSchedulerService::GetAppIndexAndBundleNameByUid(int32_t uid, int32_t &appIndex, std::strin… in GetAppIndexAndBundleNameByUid() function in OHOS::WorkScheduler::WorkSchedulerService
634 if (GetAppIndexAndBundleNameByUid(uid, appIndex, bundleName)) { in CheckWorkInfo()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp813 bool ret = workSchedulerService_->GetAppIndexAndBundleNameByUid(uid, appIndex, bundleName);