Home
last modified time | relevance | path

Searched refs:DoDestroy (Results 1 - 13 of 13) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_mock.h29 MOCK_METHOD0(DoDestroy, int32_t());
H A Dvolume_info_mock.h29 MOCK_METHOD0(DoDestroy, int32_t());
H A Dvolume_info_test.cpp83 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 Dpicture_in_picture_manager.h56 static void DoDestroy();
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp43 {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 Dexternal_volume_info.h39 virtual int32_t DoDestroy() override;
H A Dvolume_info.h57 virtual int32_t DoDestroy() = 0;
/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_manager_test.cpp421 * @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 Dcpu_monitor.h63 void DoDestroy(const QoS& qos);
H A Dcpu_monitor.cpp304 void CPUMonitor::DoDestroy(const QoS& qos) in DoDestroy() function in ffrt::CPUMonitor
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp86 int32_t err = DoDestroy(); in Destroy()
H A Dexternal_volume_info.cpp93 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 Drsuidirector_fuzzer.cpp146 bool DoDestroy(const uint8_t* data, size_t size) in DoDestroy() function
629 OHOS::Rosen::DoDestroy(data, size); in LLVMFuzzerTestOneInput()

Completed in 7 milliseconds