Searched refs:DoDestroy (Results 1 - 13 of 13) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
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());
|
H A D | volume_info_test.cpp | 83 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); in HWTEST_F() 92 * @tc.desc: Verify the Destroy function when DoDestroy() return error. 108 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_ERR)); in HWTEST_F() 117 * @tc.desc: Verify the Destroy function when DoDestroy() return error. 133 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); in HWTEST_F() 279 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); in HWTEST_F() 406 EXPECT_CALL(mock, DoDestroy()).Times(1).WillOnce(testing::Return(E_OK)); in HWTEST_F()
|
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_manager.h | 56 static void DoDestroy();
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 43 {ACTION_DESTROY, PictureInPictureManager::DoDestroy}, 224 void PictureInPictureManager::DoDestroy() in DoDestroy() function in OHOS::Rosen::PictureInPictureManager
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/ |
H A D | external_volume_info.h | 39 virtual int32_t DoDestroy() override;
|
H A D | volume_info.h | 57 virtual int32_t DoDestroy() = 0;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_manager_test.cpp | 421 * @tc.name: DoDestroy 422 * @tc.desc: DoDestroy 425 HWTEST_F(PictureInPictureManagerTest, DoDestroy, Function | SmallTest | Level2) in HWTEST_F() 436 PictureInPictureManager::DoDestroy(); in HWTEST_F() 442 PictureInPictureManager::DoDestroy(); in HWTEST_F()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_monitor.h | 63 void DoDestroy(const QoS& qos);
|
H A D | cpu_monitor.cpp | 304 void CPUMonitor::DoDestroy(const QoS& qos) in DoDestroy() function in ffrt::CPUMonitor
|
/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 | 93 int32_t ExternalVolumeInfo::DoDestroy() in DoDestroy() function in OHOS::StorageDaemon::ExternalVolumeInfo 97 LOGE("External volume DoDestroy error."); in DoDestroy()
|
/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()
|
Completed in 7 milliseconds