Home
last modified time | relevance | path

Searched refs:IsMspReady (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dfbex_mock.h36 virtual bool IsMspReady() = 0;
56 MOCK_METHOD0(IsMspReady, bool());
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfbex_mock.cpp87 bool FBEX::IsMspReady() in IsMspReady() function in FBEX
89 return IFbexMoc::fbexMoc->IsMspReady(); in IsMspReady()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfbex.h58 static bool IsMspReady();
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
H A Dfbex_test.cpp425 * @tc.desc: Verify the fbex IsMspReady.
429 HWTEST_F(FbexTest, IsMspReady, TestSize.Level1) in HWTEST_F()
433 EXPECT_EQ(fbex.IsMspReady(), false); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp603 bool FBEX::IsMspReady() in IsMspReady() function in OHOS::StorageDaemon::FBEX

Completed in 3 milliseconds