Home
last modified time | relevance | path

Searched refs:RemoteObjHash (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h111 class RemoteObjHash { class in OHOS::AppExecFwk::FormRenderMgrInner
124 std::unordered_map<sptr<IRemoteObject>, std::unordered_set<int64_t>, RemoteObjHash> etsHosts_;
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h142 class RemoteObjHash { class in OHOS::AppExecFwk::FormRender::FormRenderRecord
149 using IRemoteObjectSet = std::unordered_set<sptr<IRemoteObject>, RemoteObjHash>;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h1015 class RemoteObjHash { class in OHOS::AppExecFwk::AppRunningRecord
1046 std::unordered_set<sptr<IRemoteObject>, RemoteObjHash> foregroundingAbilityTokens_;
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp109 formId, std::unordered_set<sptr<IRemoteObject>, FormRenderRecord::RemoteObjHash>()); in HWTEST_F()
554 formId, std::unordered_set<sptr<IRemoteObject>, FormRenderRecord::RemoteObjHash>()); in HWTEST_F()
573 formId, std::unordered_set<sptr<IRemoteObject>, FormRenderRecord::RemoteObjHash>()); in HWTEST_F()
729 formId, std::unordered_set<sptr<IRemoteObject>, FormRenderRecord::RemoteObjHash>()); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp627 std::unordered_map<sptr<IRemoteObject>, std::unordered_set<int64_t>, RemoteObjHash> hostsForNotify; in NotifyHostRenderServiceIsDead()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp151 std::unordered_set<sptr<IRemoteObject>, RemoteObjHash> &hosts = iter->second; in HandleHostDied()
418 std::unordered_set<sptr<IRemoteObject>, RemoteObjHash> &hosts = iter->second; in DeleteRenderRecord()

Completed in 8 milliseconds