Searched refs:DoDestroy (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | volume_info_test.cpp | 83 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); 108 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_ERR)); 133 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); 279 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); 406 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK));
|
H A D | external_volume_info_mock.h | 29 MOCK_METHOD0(DoDestroy, int32_t());
|
H A D | volume_info_mock.h | 29 MOCK_METHOD0(DoDestroy, int32_t());
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 40 {ACTION_DESTROY, PictureInPictureManager::DoDestroy}, 221 void PictureInPictureManager::DoDestroy() in DoDestroy() function in OHOS::Rosen::PictureInPictureManager
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/ |
H A D | volume_info.h | 57 virtual int32_t DoDestroy() = 0;
|
H A D | external_volume_info.h | 39 virtual int32_t DoDestroy() override;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_manager.h | 55 static void DoDestroy();
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_manager_test.cpp | 406 HWTEST_F(PictureInPictureManagerTest, DoDestroy, Function | SmallTest | Level2) 417 PictureInPictureManager::DoDestroy(); 423 PictureInPictureManager::DoDestroy();
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | volume_info.cpp | 86 int32_t err = DoDestroy(); in Destroy()
|
H A D | external_volume_info.cpp | 94 int32_t ExternalVolumeInfo::DoDestroy() in DoDestroy() function in OHOS::StorageDaemon::ExternalVolumeInfo
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuidirector_fuzzer/ |
H A D | rsuidirector_fuzzer.cpp | 146 bool DoDestroy(const uint8_t* data, size_t size) in DoDestroy() function 629 OHOS::Rosen::DoDestroy(data, size); in LLVMFuzzerTestOneInput()
|