Home
last modified time | relevance | path

Searched refs:RemoveContent (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.h45 int32_t RemoveContent(ArkUI_NativeDialogHandle handle);
H A Ddialog_model.cpp52 int32_t RemoveContent(ArkUI_NativeDialogHandle handle) in RemoveContent() function
H A Dnative_impl.cpp96 OHOS::Ace::DialogModel::RemoveContent,
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddialog_model_test.cpp102 * @tc.desc: Test RemoveContent function.
107 int32_t ret = RemoveContent(nullptr); in HWTEST_F()
113 * @tc.desc: Test RemoveContent function.
121 int32_t ret = RemoveContent(nativeDialogHandle); in HWTEST_F()

Completed in 3 milliseconds