Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H A Dauto_fill_manager_test.cpp204 manager.extensionCallbacks_.emplace(extensionCallback->GetCallbackId(), extensionCallback);
205 manager.HandleTimeOut(extensionCallback->GetCallbackId());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_companion_node.h35 ArkUI_Int32 GetCallbackId() const;
H A Dextension_companion_node.cpp63 ArkUI_Int32 ExtensionCompanionNode::GetCallbackId() const in GetCallbackId() function in OHOS::Ace::NG::ExtensionCompanionNode
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_extension_callback.h57 uint32_t GetCallbackId() const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp297 uint32_t AutoFillExtensionCallback::GetCallbackId() const in GetCallbackId() function in OHOS::AbilityRuntime::AutoFillExtensionCallback
H A Dauto_fill_manager.cpp113 auto callbackId = extensionCallback->GetCallbackId(); in HandleRequestExecuteInner()