Searched refs:GetAppIndexAndBundleNameByUid (Results 1 – 3 of 3) sorted by relevance
350 bool GetAppIndexAndBundleNameByUid(int32_t uid, int32_t &appIndex, std::string &bundleName);
573 bool WorkSchedulerService::GetAppIndexAndBundleNameByUid(int32_t uid, int32_t &appIndex, std::strin… in GetAppIndexAndBundleNameByUid() function in OHOS::WorkScheduler::WorkSchedulerService634 if (GetAppIndexAndBundleNameByUid(uid, appIndex, bundleName)) { in CheckWorkInfo()
813 bool ret = workSchedulerService_->GetAppIndexAndBundleNameByUid(uid, appIndex, bundleName);