Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dthread_group.h24 int Id() const in Id() function
H A Dworker_thread.h96 pid_t Id() const in Id() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_mock.h55 void Id(const JSCallbackInfo& info) {} in Id() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtypes.h40 constexpr const TypeId& Id() const noexcept in Id() function
132 constexpr const ObjectId& Id() const noexcept in Id() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp136 Id::Id(const std::string &id, const int32_t userId) : _id(id), userId(userId) {} in Id() function in OHOS::DataShare::Id
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp43 auto Id = ElementRegister::GetInstance()->MakeUniqueId(); in Create() local
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp919 ScreenId Id = 1001; variable
1031 ScreenId Id {0}; variable
1181 ScreenId Id {0}; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp604 auto Id = ElementRegister::GetInstance()->MakeUniqueId(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.h52 explicit MenuWrapperPattern(int32_t Id) : targetId_(Id) {} in MenuWrapperPattern()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp212 ScreenId RSScreen::Id() const in Id() function in OHOS::Rosen::impl::RSScreen
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp821 auto Id = ElementRegister::GetInstance()->MakeUniqueId(); in BuildButtons() local
915 auto Id = ElementRegister::GetInstance()->MakeUniqueId(); in BuildSheetItem() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h142 std::thread::id Id() const in Id() function
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp676 onCallingSessionIdChange = [](uint32_t Id){}; in __anonf7c393050a02()