Searched refs:GetAppSwitchStatus (Results 1 – 5 of 5) sorted by relevance
27 …int32_t GetAppSwitchStatus(const std::string &bundleName, const int32_t userId, bool &switchStatus…
38 …virtual int32_t GetAppSwitchStatus(const std::string &bundleName, const int32_t userId, bool &swit…
47 int32_t CloudFileKit::GetAppSwitchStatus(const std::string &bundleName, const int32_t userId, bool … in GetAppSwitchStatus() function in OHOS::FileManagement::CloudFile::CloudFileKit
45 int32_t CloudFileKitImpl::GetAppSwitchStatus(const std::string &bundleName, in GetAppSwitchStatus() function in OHOS::FileManagement::CloudFile::CloudFileKitImpl
37 ret = instance->GetAppSwitchStatus(bundleName, userId, switchStatus); in GetCurrentCloudInfo()