Home
last modified time | relevance | path

Searched refs:InitQueryUserId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_service.cpp296 InitQueryUserId(QUERY_USER_MAX_RETRY_TIMES); in OnInit()
333 void NetFirewallService::InitQueryUserId(int32_t times) in InitQueryUserId() function in OHOS::NetManagerStandard::NetFirewallService
339 ffrtServiceHandler_->submit([this, times]() { InitQueryUserId(times); }, in InitQueryUserId()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_service.h165 void InitQueryUserId(int32_t times);
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h109 void InitQueryUserId(int32_t times);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp168 InitQueryUserId(QUERY_USER_MAX_RETRY_TIMES); in Init()
323 void WallpaperService::InitQueryUserId(int32_t times) in InitQueryUserId() function in OHOS::WallpaperMgrService::WallpaperService
329 auto callback = [this, times]() { InitQueryUserId(times); }; in InitQueryUserId()