Home
last modified time | relevance | path

Searched refs:freeInstallListLock_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp91 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in StartFreeInstall()
144 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in RemoteFreeInstall()
257 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in NotifyFreeInstallResult()
592 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in RemoveFreeInstallInfo()
646 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in GetFreeInstallTaskInfo()
661 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in GetFreeInstallTaskInfo()
675 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in SetSCBCallStatus()
690 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in SetPreStartMissionCallStatus()
705 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in SetFreeInstallTaskSessionId()
727 std::lock_guard<ffrt::mutex> lock(freeInstallListLock_); in NotifyInsightIntentFreeInstallResult()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h198 ffrt::mutex freeInstallListLock_; variable