Home
last modified time | relevance | path

Searched refs:SetSelfId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Drec_node.h33 inline void SetSelfId(uint64_t selfId) in SetSelfId() function
H A Dinspector.cpp919 recNode->SetSelfId(renderContext->GetNodeId()); in AddInspectorTreeNode()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfile_asset_test.cpp158 fileAsset.SetSelfId(TEST_SELF_ID);
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h139 EXPORT void SetSelfId(const std::string &selfId);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp408 recNode->SetSelfId(node.rsNodeId); in HandleInnerCallback()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp365 void FileAsset::SetSelfId(const string &selfId) in SetSelfId() function in OHOS::Media::FileAsset