Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp71 PLATFORM_LOGI("The Security UIExtension is created."); in SecurityUIExtensionPattern()
76 PLATFORM_LOGI("The Security UIExtension is destroyed."); in ~SecurityUIExtensionPattern()
83 PLATFORM_LOGI("UnregisterResources."); in UnregisterResources()
131 PLATFORM_LOGI("OnExtensionDetachToDisplay"); in OnExtensionDetachToDisplay()
199 PLATFORM_LOGI("The old want bundle = %{public}s, ability = %{public}s", in UpdateWant()
385 PLATFORM_LOGI("OnAttachToFrameNode"); in OnAttachToFrameNode()
484 PLATFORM_LOGI("The current state is '%{public}s'.", ToString(state_)); in FireOnRemoteReadyCallback()
505 PLATFORM_LOGI("DestroySession."); in FireOnTerminatedCallback()
529 PLATFORM_LOGI("The current state is '%{public}s'.", ToString(state_)); in FireOnReceiveCallback()
613 PLATFORM_LOGI("Frame node status is normal."); in OnMountToParentDone()
[all …]
H A Dplatform_pattern.cpp44 PLATFORM_LOGI("The PlatformPattern is created"); in PlatformPattern()
49 PLATFORM_LOGI("The PlatformPattern is destroyed"); in ~PlatformPattern()
261 PLATFORM_LOGI("FireOnError code: %{public}d, name: %{public}s, message: %{public}s", in FireOnErrorCallback()
H A Dsecurity_session_wrapper_impl.cpp305 PLATFORM_LOGI("The session is created with bundle = %{public}s, ability = %{public}s", in CreateSession()
326 PLATFORM_LOGI("isNotifyOccupiedAreaChange is %{public}d, parentWindowType: %{public}u", in CreateSession()
386 PLATFORM_LOGI("BackPress, persistentid = %{public}d and %{public}s consumed.", in NotifyBackPressedSync()
545 PLATFORM_LOGI("OnExtensionDetachToDisplay"); in OnExtensionDetachToDisplay()
628 PLATFORM_LOGI("DisplayArea: %{public}s, persistentId: %{public}d, reason: %{public}d", in NotifyDisplayArea()
H A Disolated_pattern.cpp54 PLATFORM_LOGI("The IsolatedPattern is created."); in IsolatedPattern()
64 PLATFORM_LOGI("The IsolatedPattern is destroyed."); in ~IsolatedPattern()
H A Dplatform_pattern.h38 #define PLATFORM_LOGI(fmt, ...) \ macro