Home
last modified time | relevance | path

Searched defs:subOption (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp601 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
675 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
751 sptr<WindowOption> subOption = sptr<WindowOption>::MakeSptr(); variable
970 sptr<WindowOption> subOption = sptr<WindowOption>::MakeSptr(); variable
1005 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
1052 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
1076 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
1119 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
H A Dwindow_session_impl_test4.cpp1362 sptr<WindowOption> subOption = sptr<WindowOption>::MakeSptr(); variable
1403 sptr<WindowOption> subOption = sptr<WindowOption>::MakeSptr(); variable
H A Dwindow_scene_session_impl_test2.cpp1198 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
1239 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
H A Dwindow_scene_session_impl_test3.cpp788 sptr<WindowOption> subOption = new (std::nothrow) WindowOption(); variable
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c186 static bool CheckParam(const PublishOption *pubOption, const SubscribeOption *subOption, bool isPub… in CheckParam()