Home
last modified time | relevance | path

Searched refs:GetCachedFocusedCallerToken (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_extension/extension_record_manager_test/
H A Dextension_record_manager_test.cpp84 auto focusedToken = extRecordMgr->GetCachedFocusedCallerToken(extensionRecordId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record_manager.h141 sptr<IRemoteObject> GetCachedFocusedCallerToken(int32_t extensionRecordId) const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record_manager.cpp469 sptr<IRemoteObject> ExtensionRecordManager::GetCachedFocusedCallerToken(int32_t extensionRecordId) … in GetCachedFocusedCallerToken() function in OHOS::AbilityRuntime::ExtensionRecordManager
730 auto cachedCaller = GetCachedFocusedCallerToken(extensionRecordId); in IsFocused()