Searched refs:RestrictBackgroundChanged (Results 1 – 11 of 11) sorted by relevance
64 int32_t NetConnServiceIface::RestrictBackgroundChanged(bool isRestrictBackground) in RestrictBackgroundChanged() function in OHOS::NetManagerStandard::NetConnServiceIface66 return NetConnService::GetInstance()->RestrictBackgroundChanged(isRestrictBackground); in RestrictBackgroundChanged()
402 int32_t NetConnService::RestrictBackgroundChanged(bool restrictBackground) in RestrictBackgroundChanged() function in OHOS::NetManagerStandard::NetConnService
161 int32_t NetManagerCenter::RestrictBackgroundChanged(bool isRestrictBackground) in RestrictBackgroundChanged() function in OHOS::NetManagerStandard::NetManagerCenter166 return connService_->RestrictBackgroundChanged(isRestrictBackground); in RestrictBackgroundChanged()
73 inline int32_t RestrictBackgroundChanged(bool isRestrictBackground) override in RestrictBackgroundChanged() function in OHOS::NetManagerStandard::__anonf47712420110::TestConnService438 int32_t ret = instance_.RestrictBackgroundChanged(true);444 int32_t ret = instance_.RestrictBackgroundChanged(false);507 ret = instance_.RestrictBackgroundChanged(false);538 result = instance_.RestrictBackgroundChanged(false);
38 virtual int32_t RestrictBackgroundChanged(bool isRestrictBackground) = 0;
57 int32_t RestrictBackgroundChanged(bool isRestrictBackground);
39 int32_t RestrictBackgroundChanged(bool isRestrictBackground) override;
259 int32_t RestrictBackgroundChanged(bool isRestrictBackground);
76 int32_t ret = instance_.RestrictBackgroundChanged(false);
664 ret = NetConnService::GetInstance()->RestrictBackgroundChanged(false);667 ret = NetConnService::GetInstance()->RestrictBackgroundChanged(false);
258 g_netManagerCenter->RestrictBackgroundChanged(isRestrictBackground); in RestrictBackgroundChangedFuzzTest()