Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h314 bool GetAppIndexAndBundleNameByUid(int32_t uid, int32_t &appIndex, std::string &bundleName);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp512 bool WorkSchedulerService::GetAppIndexAndBundleNameByUid(int32_t uid, int32_t &appIndex, std::string &bundleName) in GetAppIndexAndBundleNameByUid() function in OHOS::WorkScheduler::WorkSchedulerService
573 if (GetAppIndexAndBundleNameByUid(uid, appIndex, bundleName)) { in CheckWorkInfo()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp811 * @tc.desc: Test WorkSchedulerService GetAppIndexAndBundleNameByUid.
820 bool ret = workSchedulerService_->GetAppIndexAndBundleNameByUid(uid, appIndex, bundleName); in HWTEST_F()

Completed in 4 milliseconds