Home
last modified time | relevance | path

Searched refs:LockUserScreen (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dfscrypt_key_v2_mock.h33 virtual bool LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) = 0;
52 MOCK_METHOD3(LockUserScreen, bool(uint32_t flag, uint32_t sdpClass, const std::string &mnt));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp38 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen() function in FscryptKeyV2
43 return IFscryptKeyV2Moc::fscryptKeyV2Moc->LockUserScreen(flag, sdpClass, mnt); in LockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp135 int32_t StorageManagerClient::LockUserScreen(uint32_t userId) in LockUserScreen() function in OHOS::StorageManager::StorageManagerClient
143 return client->LockUserScreen(userId); in LockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dsdc.cpp177 static int32_t LockUserScreen(const std::vector<std::string> &args) in LockUserScreen() function
189 return OHOS::StorageDaemon::StorageDaemonClient::LockUserScreen(userId); in LockUserScreen()
307 {"lock_user_screen", LockUserScreen},
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp122 int32_t FileSystemCrypto::LockUserScreen(uint32_t userId) in LockUserScreen() function in OHOS::StorageManager::FileSystemCrypto
132 return sdCommunication->LockUserScreen(userId); in LockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v2.h35 … bool LockUserScreen(uint32_t flag = 0, uint32_t sdpClass = 0, const std::string &mnt = MNT_DATA);
H A Dfscrypt_key_v1.h37 … bool LockUserScreen(uint32_t flag = 0, uint32_t sdpClass = 0, const std::string &mnt = MNT_DATA);
H A Dbase_key.h52 …virtual bool LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt = MNT_DATA) =…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h39 int32_t LockUserScreen(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/client/
H A Dstorage_manager_client.h40 static int32_t LockUserScreen(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dcrypto_delay_handler.cpp107 if (!el4Key_->LockUserScreen(userId_, FSCRYPT_SDP_ECE_CLASS)) { in ClearEceSeceKey()
H A Dfscrypt_key_v2.cpp120 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen() function in OHOS::StorageDaemon::FscryptKeyV2
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp57 int32_t KeyManager::LockUserScreen(uint32_t user) in LockUserScreen() function in OHOS::StorageDaemon::KeyManager
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h53 static int32_t LockUserScreen(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp308 int32_t StorageDaemonClient::LockUserScreen(uint32_t userId) in LockUserScreen() function in OHOS::StorageDaemon::StorageDaemonClient
321 return client->LockUserScreen(userId); in LockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_mock.h54 MOCK_METHOD1(LockUserScreen, int32_t (uint32_t));
H A Dstorage_daemon_service_mock.h148 virtual int32_t LockUserScreen(uint32_t userId) override in LockUserScreen() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h58 int32_t LockUserScreen(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Distorage_daemon.h64 virtual int32_t LockUserScreen(uint32_t userId) = 0;
H A Dstorage_daemon_proxy.h57 virtual int32_t LockUserScreen(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/account_subscriber/
H A Daccount_subscriber.cpp209 int ret = fsCrypto->LockUserScreen(userId); in OnReceiveEventLockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h68 MOCK_METHOD1(LockUserScreen, int32_t(uint32_t));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp321 int32_t StorageDaemonCommunication::LockUserScreen(uint32_t userId) in LockUserScreen() function in OHOS::StorageManager::StorageDaemonCommunication
333 return storageDaemon_->LockUserScreen(userId); in LockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h57 virtual int32_t LockUserScreen(uint32_t userId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp129 int32_t StorageDaemonProxy::LockUserScreen(uint32_t userId) in LockUserScreen() function in OHOS::StorageDaemon::StorageDaemonProxy

123