#if !defined (_OSP_EMUL_)
String packageId = __pIpcServer->GetClientAppId();
- SysLog(NID_NET_WIFI, "Received the request of setting the Wi-Fi system scan mode with clientId : %d, AppPkgId : %ls",
+ SysSecureLog(NID_NET_WIFI, "Received the request of setting the Wi-Fi system scan mode with clientId : %d, AppPkgId : %ls",
__pIpcServer->GetClientId(), packageId.GetPointer());
*pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_WIFIMANAGER);
#if !defined (_OSP_EMUL_)
String packageId = __pIpcServer->GetClientAppId();
- SysLog(NID_NET_WIFI, "Received the request of checking the Wi-Fi system setting privilege with clientId : %d, AppPkgId : %ls",
+ SysSecureLog(NID_NET_WIFI, "Received the request of checking the Wi-Fi system setting privilege with clientId : %d, AppPkgId : %ls",
__pIpcServer->GetClientId(), packageId.GetPointer());
*pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_WIFIMANAGER);
#if !defined (_OSP_EMUL_)
String packageId = __pIpcServer->GetClientAppId();
- SysLog(NID_NET_WIFI, "Received the request of updating the Wi-Fi BSS info with clientId : %d, AppPkgId : %ls",
+ SysSecureLog(NID_NET_WIFI, "Received the request of updating the Wi-Fi BSS info with clientId : %d, AppPkgId : %ls",
__pIpcServer->GetClientId(), packageId.GetPointer());
*pResult = _AccessController::CheckSystemPrivilege(packageId, _PRV_WIFIMANAGER);
#if !defined (_OSP_EMUL_)
String packageId = __pIpcServer->GetClientAppId();
- SysLog(NID_NET_WIFI, "Received the request of initializing the Wi-Fi Direct with clientId : %d, AppPkgId : %ls",
+ SysSecureLog(NID_NET_WIFI, "Received the request of initializing the Wi-Fi Direct with clientId : %d, AppPkgId : %ls",
__pIpcServer->GetClientId(), packageId.GetPointer());
if (__pWifiService == null)
WifiConnectivityIpcStub::OnGetWifiDirectLocalDeviceName(Tizen::Base::String* pLocalName, unsigned long* pResult)
{
#if !defined (_OSP_EMUL_)
- SysLog(NID_NET_WIFI, "Received the request of getting the local device name with clientId : %d, AppPkgId : %ls",
+ SysSecureLog(NID_NET_WIFI, "Received the request of getting the local device name with clientId : %d, AppPkgId : %ls",
__pIpcServer->GetClientId(), __pIpcServer->GetClientAppId().GetPointer());
if (__pWifiService == null)
#if !defined (_OSP_EMUL_)
String packageId = __pIpcServer->GetClientAppId();
- SysLog(NID_NET_WIFI, "Received the request of setting the local device name with clientId : %d, AppPkgId : %ls",
+ SysSecureLog(NID_NET_WIFI, "Received the request of setting the local device name with clientId : %d, AppPkgId : %ls",
__pIpcServer->GetClientId(), packageId.GetPointer());
if (__pWifiService == null)