Home
last modified time | relevance | path

Searched refs:GetSelfId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Drec_node.h29 inline uint64_t GetSelfId() in GetSelfId() function
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfile_asset_test.cpp159 EXPECT_EQ(fileAsset.GetSelfId(), TEST_SELF_ID);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h138 EXPORT const std::string &GetSelfId() const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp348 jsonNode->Put(RECNODE_NODEID, std::to_string(uiNode.second->GetSelfId()).c_str()); in HandleStopRecord()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp360 const string &FileAsset::GetSelfId() const in GetSelfId() function in OHOS::Media::FileAsset