Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/foundation/communication/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_interface.cpp73 LOGD("Enter StaInterface::DisableWifi.\n"); in DisableWifi()
76 LOGD("DisableWifi failed.\n"); in DisableWifi()
84 LOGD("Enter StaInterface::Connect.\n"); in ConnectToNetwork()
87 LOGD("ConnectTo failed.\n"); in ConnectToNetwork()
95 LOGD("Enter StaInterface::Connect.\n"); in ConnectToDevice()
98 LOGD("ConnectTo failed.\n"); in ConnectToDevice()
106 LOGD("Enter StaInterface::ReConnect.\n"); in ReConnect()
109 LOGD("ReConnect failed.\n"); in ReConnect()
117 LOGD("Enter StaInterface::ReAssociate.\n"); in ReAssociate()
120 LOGD("ReAssociate failed.\n"); in ReAssociate()
[all …]
/foundation/ace/ace_engine/frameworks/bridge/common/manifest/
Dmanifest_parser.cpp74 LOGD("appinfo:{"); in Printer()
75 LOGD(" Icon:%{private}s", manifestAppInfo_->GetIcon().c_str()); in Printer()
76 LOGD(" LogLevel:%{public}s", manifestAppInfo_->GetLogLevel().c_str()); in Printer()
77 LOGD(" Name:%{public}s", manifestAppInfo_->GetAppName().c_str()); in Printer()
78 LOGD(" AppID:%{public}s", manifestAppInfo_->GetAppID().c_str()); in Printer()
79 LOGD(" VersionCode:%{public}d", manifestAppInfo_->GetVersionCode()); in Printer()
80 LOGD(" VersionName:%{public}s", manifestAppInfo_->GetVersionName().c_str()); in Printer()
81 LOGD(" minPlatformVersion:%{public}d", manifestAppInfo_->GetMinPlatformVersion()); in Printer()
82 LOGD("}"); in Printer()
84 LOGD("router:{"); in Printer()
[all …]
Dmanifest_window.cpp30 LOGD("No window config found."); in WindowParse()
43 LOGD("window: {"); in PrintInfo()
44 LOGD(" designWidth: %{private}d", windowConfig_.designWidth); in PrintInfo()
45 LOGD(" autoDesignWidth: %{private}d", windowConfig_.autoDesignWidth); in PrintInfo()
46 LOGD("}"); in PrintInfo()
/foundation/communication/wifi/tests/wifi_standard/wifi_framework/dhcp_manage/dhcp_server/unittest/
Dsystem_func_mock.cpp78 LOGD("==>socket."); in __wrap_socket()
80 LOGD(" ==>mock enable."); in __wrap_socket()
89 LOGD("==>setsockopt."); in __wrap_setsockopt()
91 LOGD(" ==>mock enable."); in __wrap_setsockopt()
100 LOGD("==>select."); in __wrap_select()
102 LOGD(" ==>mock enable."); in __wrap_select()
103 LOGD("message queue total: %d.", DhcpMsgManager::GetInstance().SendTotal()); in __wrap_select()
113 LOGD("select time out."); in __wrap_select()
124 LOGD("==>bind."); in __wrap_bind()
126 LOGD(" ==>mock enable."); in __wrap_bind()
[all …]
Ddhcp_message_sim.cpp193 LOGD("init dhcp client."); in InitialDhcpClient()
294 LOGD("init dhcp message..."); in InitMessage()
296 LOGD("client context pointer is null."); in InitMessage()
300 LOGD("dhcp message pointer is null."); in InitMessage()
304 LOGD("message info pointer is null."); in InitMessage()
308 LOGD("failed to initialize dhcp client options."); in InitMessage()
347 LOGD("failed to init dhcp message."); in DhcpDiscover()
351 LOGD("failed to send dhcp message."); in DhcpDiscover()
354 LOGD("send dhcp discover..."); in DhcpDiscover()
365 LOGD("failed to init dhcp message."); in DhcpRequest()
[all …]
/foundation/communication/wifi/services/wifi_standard/wifi_hal/
Dwifi_hal_sta_interface.c89 LOGD("wpa_supplicant stop successfully"); in StopWpaAndWpaHal()
97 LOGD("Ready to start wifi"); in Start()
102 LOGD("wpa_supplicant start successfully!"); in Start()
115 LOGD("SupplicantHal connect wpa_supplicant successfully!"); in Start()
116 LOGD("Start wifi successfully"); in Start()
122 LOGD("Ready to Stop wifi"); in Stop()
125 LOGD("Wifi stop failed!"); in Stop()
128 LOGD("Wifi stop successfully!"); in Stop()
134 LOGD("Ready force Stop wifi"); in ForceStop()
145 LOGD("Start supplicant"); in StartSupplicant()
[all …]
Dwifi_hal_chip_interface.c26 LOGD("GetWifiChip() id: %{public}u", id); in GetWifiChip()
35 LOGD("GetWifiChipIds()"); in GetWifiChipIds()
37 LOGD("input size %{public}d", *size); in GetWifiChipIds()
44 LOGD("GetChipId()"); in GetChipId()
53 LOGD("CreateIface() type: %{public}d", type); in CreateIface()
72 LOGD("GetIface() ifname: %{public}s", ifname); in GetIface()
88 LOGD("GetIfaceNames() type: %{public}d size: %{public}d", type, size); in GetIfaceNames()
100 LOGD("RemoveIface() ifname:%{public}s", ifname); in RemoveIface()
106 LOGD("GetCapabilities()"); in GetCapabilities()
115 LOGD("GetSupportedComboModes()"); in GetSupportedComboModes()
[all …]
Dwifi_hal_vendor_interface.c63 LOGD("WifiGetSupportedFeature"); in WifiGetSupportedFeature()
72LOGD("WifiSetScanningMacAddress mac %{private}s, size %{public}d", (szMac == NULL) ? "" : szMac, m… in WifiSetScanningMacAddress()
78LOGD("WifiDeauthLastRoamingBssid mac %{private}s, size %{public}d", (szMac == NULL) ? "" : szMac, … in WifiDeauthLastRoamingBssid()
84 LOGD("WifiSetWifiTxPower power %{public}d", power); in WifiSetWifiTxPower()
90 LOGD("WifiConfigComboModes mode %{public}d", mode); in WifiConfigComboModes()
96 LOGD("WifiGetComboModes"); in WifiGetComboModes()
105 LOGD("WifiRequestFirmwareDebugDump"); in WifiRequestFirmwareDebugDump()
108 LOGD("WifiRequestFirmwareDebugDump bytes %{private}s, size %{public}d", bytes, *size); in WifiRequestFirmwareDebugDump()
115 LOGD("WifiSetMiracastMode mode %{public}d", mode); in WifiSetMiracastMode()
121 LOGD("InitDefaultHalVendorFunc func is NULL"); in InitDefaultHalVendorFunc()
Dwifi_hal_p2p_interface.c36 LOGD("Start p2p supplicant"); in P2pStartSupplicant()
39 LOGD("p2p configure file %{public}s is exist.", p2pConf); in P2pStartSupplicant()
61 LOGD("Ready to connect p2p_wpa_supplicant."); in P2pConnectSupplicant()
84 LOGD("Ready to disconnect p2p_wpa_supplicant."); in P2pDisconnectSupplicant()
89 LOGD("Disconnect p2p_wpa_supplicant finish!"); in P2pDisconnectSupplicant()
110 LOGD("p2p_wpa_supplicant stop success"); in StopP2pWpaAndWpaHal()
144 LOGD("Ready to start P2p"); in P2pStart()
149 LOGD("p2p_wpa_supplicant start success!"); in P2pStart()
159 LOGD("SupplicantHal connect p2p_wpa_supplicant success!"); in P2pStart()
165 LOGD("Ready to StopP2p wifi"); in P2pStop()
[all …]
Dwifi_hal_callback.c49 LOGD("Get Scan status: %{public}d, and begin push notify message", status); in WifiHalCbNotifyScanEnd()
66 LOGD("Get connect state changed, state: %{public}d, networkid = %{public}d", status, networkId); in WifiHalCbNotifyConnectChanged()
81 LOGD("wpa state changed, state: %{public}d, and begin push notify message", status); in WifiHalCbNotifyWpaStateChange()
94 LOGD("wrong key, state: %{public}d, and begin push notify message", status); in WifiHalCbNotifyWrongKey()
107 LOGD("connection is full, state: %d, and begin push notify message", status); in WifiHalCbNotifyConnectionFull()
121 LOGD("connection is eeject, state: %d, and begin push notify message", status); in WifiHalCbNotifyConnectionReject()
135 LOGD("wps overlap, state: %{public}d, and begin push notify message", event); in WifiHalCbNotifyWpsOverlap()
148 LOGD("wps time out, state: %{public}d, and begin push notify message", event); in WifiHalCbNotifyWpsTimeOut()
162 LOGD("Get hostapd Sta join content is NULL"); in WifiHalCbStaJoin()
165 LOGD("Get hostapd Sta join"); in WifiHalCbStaJoin()
[all …]
Dwifi_hal_ap_interface.c38 LOGD("Ready to start hostapd"); in StartSoftAp()
49 LOGD("AP start successfully!"); in StartSoftAp()
57 LOGD("wpa configure file %s is exist.", pConf); in StartHostapd()
79 LOGD("Ready to init hostapd"); in StartHostapdHal()
110 LOGD("AP stop successfully!"); in StopSoftAp()
139 LOGD("GetStaInfos:Start"); in GetStaInfos()
157 LOGD("SetCountryCode() code: %{public}s", code); in SetCountryCode()
175 LOGD("SetHostapdConfig()"); in SetHostapdConfig()
200 LOGD("SetHostapdConfig successfully!"); in SetHostapdConfig()
210 LOGD("SetMacFilter:mac: %{private}s, len_mac: %{public}d", (const char *)mac, lenMac); in SetMacFilter()
[all …]
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/mock/
Dtransform_mock.cpp47 LOGD("TransformMock Translate. x: %{public}lf, y: %{public}lf", x.Value(), y.Value()); in Translate()
56 LOGD("TransformMock Scale. scale: %{public}f, this:%p", value, this); in Scale()
65 LOGD("TransformMock Scale. scaleX: %{public}f, scaleY: %{public}f", x, y); in Scale()
74LOGD("TransformMock Rotate. angle: %{public}f, rotateX: %{public}f, rotateY: %{public}f, rotateZ: … in Rotate()
84 LOGD("TransformMock RotateX. angle: %{public}f ", angle); in RotateX()
93 LOGD("TransformMock RotateY. angle: %{public}f ", angle); in RotateY()
102 LOGD("TransformMock RotateZ. angle: %{public}f ", angle); in RotateZ()
111 LOGD("TransformMock Update."); in Update()
127 LOGD("TransformMock PerformLayout"); in PerformLayout()
155 LOGD("Mock RenderTransform enable touch test: %{public}d", enable); in SetTouchable()
[all …]
Drender_mock.cpp33 LOGD("Mock RenderDisplay Create"); in Create()
36 LOGD("execute hook"); in Create()
44 LOGD("set hook"); in SetMockHook()
82 LOGD("Mock RenderDropFilter Create"); in Create()
85 LOGD("execute hook"); in Create()
93 LOGD("set hook"); in SetMockHook()
/foundation/ace/ace_engine/frameworks/core/animation/test/unittest/mock/
Danimation_mock.cpp27 LOGD("AnimationMock PostFlush start"); in OnPostFlush()
35 LOGD("AnimationMock PostFlush end"); in OnPostFlush()
68 LOGD("AnimationMock vsync triggered. start listener called."); in AddListeners()
75 LOGD("AnimationMock vsync triggered. stop listener called."); in AddListeners()
83 LOGD("AnimationMock vsync triggered. repeat listener called."); in AddListeners()
90 LOGD("AnimationMock vsync triggered. idle listener called."); in AddListeners()
97 LOGD("AnimationMock vsync triggered. resume listener called."); in AddListeners()
110LOGD("AnimationMock vsync triggered. pictureIntValue_ int value: %{public}d", value); in CreatePictureInterpolators()
120LOGD("AnimationMock vsync triggered. pictureStringValue_ int value: %{public}s", value.data()); in CreatePictureInterpolators()
135 LOGD("AnimationMock vsync triggered. int value: %{public}d", value); in CreateInterpolators()
[all …]
/foundation/ace/ace_engine/frameworks/core/event/
Devent_trigger.h37 LOGD("begin to use back end event manager to fire async event"); in TriggerAsyncEvent()
39 LOGD("finish to use back end event manager to fire async event"); in TriggerAsyncEvent()
42 LOGD("begin to use event handler to fire async event"); in TriggerAsyncEvent()
49 LOGD("finish to use event handler to fire async event"); in TriggerAsyncEvent()
56 LOGD("begin to use back end event manager to fire sync event"); in TriggerSyncEvent()
58 LOGD("finish to use back end event manager to fire sync event"); in TriggerSyncEvent()
61 LOGD("begin to use event handler to fire sync event"); in TriggerSyncEvent()
68 LOGD("finish to use event handler to fire sync event"); in TriggerSyncEvent()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_functions.cpp39 LOGD("aboutToDisappear is not a function"); in ViewFunctions()
46 LOGD("aboutToBeDeleted is not a function"); in ViewFunctions()
53 LOGD("aboutToRender is not a function"); in ViewFunctions()
60 LOGD("onRenderDone is not a function"); in ViewFunctions()
67 LOGD("aboutToBuild is not a function"); in ViewFunctions()
74 LOGD("onBuildDone is not a function"); in ViewFunctions()
81 LOGD("transition is not a function"); in ViewFunctions()
88 LOGD("onHide is not a function"); in ViewFunctions()
95 LOGD("onShow is not a function"); in ViewFunctions()
102 LOGD("onBackPress is not a function"); in ViewFunctions()
[all …]
/foundation/ace/ace_engine/frameworks/core/components/test/json/
Djson_frontend.cpp130 LOGD("update state in JsonFrontend with state ON_CREATE"); in UpdateState()
133 LOGD("update state in JsonFrontend with state ON_DESTROY"); in UpdateState()
136 LOGD("update state in JsonFrontend with state ON_SHOW"); in UpdateState()
139 LOGD("update state in JsonFrontend with state ON_HIDE"); in UpdateState()
164 LOGD("JsonFrontend OnShow"); in OnShow()
169 LOGD("JsonFrontend OnHide"); in OnHide()
174 LOGD("JsonFrontend OnActive"); in OnActive()
179 LOGD("JsonFrontend OnInactive"); in OnInactive()
184 LOGD("JsonFrontend OnStartContinuation"); in OnStartContinuation()
190 LOGD("JsonFrontend OnCompleteContinuation"); in OnCompleteContinuation()
[all …]
/foundation/ace/ace_engine/frameworks/core/gestures/
Dpress_recognizer.cpp28 LOGD("press gesture has been accepted! the touch id is %{public}zu", touchId); in OnAccepted()
40 LOGD("press gesture has been rejected! the touch id is %{public}zu", touchId); in OnRejected()
47 LOGD("press recognizer receives touch down event, begin to detect press event"); in HandleTouchDownEvent()
73 LOGD("press recognizer receives touch up event"); in HandleTouchUpEvent()
75 LOGD("this gesture is not press, try to reject it"); in HandleTouchUpEvent()
87 LOGD("press recognizer receives touch move event"); in HandleTouchMoveEvent()
91 LOGD("this gesture is not press, try to reject it"); in HandleTouchMoveEvent()
104 LOGD("press recognizer receives touch cancel event"); in HandleTouchCancelEvent()
106 LOGD("cancel press gesture detect, try to reject it"); in HandleTouchCancelEvent()
115 LOGD("this gesture is press, try to accept it"); in HandleOverdueDeadline()
Ddrag_recognizer.cpp37 LOGD("drag gesture has been accepted! the touch id is %{public}zu", touchId); in OnAccepted()
74 LOGD("drag gesture has been rejected! the touch id is %{public}zu", touchId); in OnRejected()
86 LOGD("drag recognizer receives touch down event, detecting drag event"); in HandleTouchDownEvent()
88 LOGD("drag recognizer forbid swipe"); in HandleTouchDownEvent()
93 LOGD("horizontal drag recognizer forbid swipe"); in HandleTouchDownEvent()
98 LOGD("vertical drag recognizer forbid swipe"); in HandleTouchDownEvent()
119 LOGD("drag recognizer receives touch move event"); in HandleTouchMoveEvent()
153LOGD("handle move event, the drag offset is %{public}lf, axis is %{public}d", dragOffsetInMainAxis… in HandleTouchMoveEvent()
155 LOGD("this gesture is drag, try to accept it"); in HandleTouchMoveEvent()
159LOGD("state is ready, need to use touch down event to trigger, state is %{public}d", dragInfo.stat… in HandleTouchMoveEvent()
[all …]
Dexclusive_recognizer.cpp28 LOGD("the exclusive gesture recognizer has been accepted, touch id %{public}zu", touchId); in OnAccepted()
45LOGD("the sub gesture %{public}s is rejected because one is accepted", AceType::TypeName(recognize… in OnAccepted()
60LOGD("the exclusive gesture recognizer has been rejected! the touch id is %{public}zu", touchId); in OnRejected()
79 LOGD("the exclusive gesture recognizer is pending! the touch id is %{public}zu", touchId); in OnPending()
108 LOGD("sub detected gesture has finished, change the exclusive recognizer to be ready"); in HandleEvent()
120 LOGD("exclusive gesture recognizer is in detected state, do not process disposal"); in BatchAdjudicate()
140 LOGD("sub gesture recognizer %{public}s ask for reject", AceType::TypeName(recognizer)); in BatchAdjudicate()
160 LOGD("all gesture recognizers are rejected, adjudicate reject"); in BatchAdjudicate()
186 LOGD("exclusive gesture recognizer detected pending gesture in members"); in CheckNeedBlocked()
195 LOGD("sub gesture recognizer %{public}s ask for accept", AceType::TypeName(recognizer)); in AcceptSubGesture()
/foundation/ace/ace_engine/frameworks/core/animation/
Danimator.cpp69 LOGD("Animator destructor. id:%{public}d", controllerId_); in ~Animator()
179 LOGD("set duration: %{public}d. id: %{public}d", duration, controllerId_); in SetDuration()
204 LOGD("set iteration: %{public}d. id: %{public}d", iteration, controllerId_); in SetIteration()
220 LOGD("set start delay: %{public}d. id: %{public}d", startDelay, controllerId_); in SetStartDelay()
270LOGD("Set allow running asynchronously. id: %{public}d, allow: %{public}d", controllerId_, runAsyn… in SetAllowRunningAsynchronously()
355 LOGD("no need to play animation, iteration is zero."); in Play()
358 LOGD("Play animation in current direction, id: %{public}d", controllerId_); in Play()
367 LOGD("no need to reverse animation, iteration is zero."); in Reverse()
370 LOGD("Play animation in opposite direction, id: %{public}d", controllerId_); in Reverse()
380 LOGD("no need to play animation forward, iteration is zero."); in Forward()
[all …]
/foundation/ace/ace_engine/frameworks/core/components/align/
Drender_align.cpp35LOGD("Horizontal: %{public}lf, Vertical: %{public}lf", alignment_.GetHorizontal(), alignment_.Get… in Update()
42 LOGD("Start PerformLayout"); in PerformLayout()
44 LOGD("align children.size() : %{public}zu", children.size()); in PerformLayout()
49 LOGD("Done child layout."); in PerformLayout()
57 LOGD("No child found in Align."); in PerformLayout()
59 LOGD("Done PerformLayout"); in PerformLayout()
/foundation/graphic/standard/rosen/modules/effect/effectChain/src/
Dfilter_factory.cpp38 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
43 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
48 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
53 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
58 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
63 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
68 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
73 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
78 LOGD("The filter type of %{public}s is created.", filterType.c_str()); in GetFilter()
/foundation/communication/wifi/tests/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
Dwifi_p2p_hal_interface_test.cpp30 LOGD("onConnectSupplicant...status: %d\n", status); in onConnectSupplicant()
35 LOGD("onDeviceFound...deviceCapabilities: %d\n", info.deviceCapabilities); in onDeviceFound()
40 LOGD("onDeviceLost...address: %s\n", address.c_str()); in onDeviceLost()
45 LOGD("onGoNegotiationRequest...srcAddr: %s, passId: %d\n", srcAddr.c_str(), passId); in onGoNegotiationRequest()
50 LOGD("onGoNegotiationSuccess...\n"); in onGoNegotiationSuccess()
55 LOGD("onGoNegotiationFailure...status: %d\n", status); in onGoNegotiationFailure()
60 LOGD("onInvitationReceived...operatingFrequency: %d\n", info.operatingFrequency); in onInvitationReceived()
65 LOGD("onInvitationResult...bssid: %s, status: %d\n", bssid.c_str(), status); in onInvitationResult()
70 LOGD("onGroupFormationSuccess...\n"); in onGroupFormationSuccess()
75 LOGD("onGroupFormationFailure...reason: %s\n", reason.c_str()); in onGroupFormationFailure()
[all …]
/foundation/communication/wifi/services/wifi_standard/wifi_framework/dhcp_manage/dhcp_server/src/
Ddhcp_dhcpd.c67 LOGD("loading local configure ..."); in LoadLocalConfig()
72 LOGD("reloading local configure ..."); in ReloadLocalConfig()
110 LOGD("pool info:%s", arg->value); in PareseAddreesRange()
120 LOGD("address range begin of: %s", poolPartArg); in PareseAddreesRange()
123 LOGD("address range end of: %s", poolPartArg); in PareseAddreesRange()
282 LOGD(" callback[%s] ==> server starting ...", ifname); in ServerActionCallback()
284 LOGD(" callback[%s] ==> server started.", ifname); in ServerActionCallback()
286 LOGD(" callback[%s] ==> server start failed.", ifname); in ServerActionCallback()
291 LOGD(" callback[%s] ==> reloading ...", ifname); in ServerActionCallback()
295 LOGD(" callback[%s] ==> server stoped.", ifname); in ServerActionCallback()
[all …]

12345678910>>...26