Home
last modified time | relevance | path

Searched refs:isRestrictBackground (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service_iface.cpp80 int32_t NetConnServiceIface::RestrictBackgroundChanged(bool isRestrictBackground) in RestrictBackgroundChanged() argument
82 return NetConnService::GetInstance()->RestrictBackgroundChanged(isRestrictBackground); in RestrictBackgroundChanged()
/foundation/communication/netmanager_base/services/common/include/
H A Dnet_conn_base_service.h38 virtual int32_t RestrictBackgroundChanged(bool isRestrictBackground) = 0;
H A Dnet_manager_center.h57 int32_t RestrictBackgroundChanged(bool isRestrictBackground);
/foundation/communication/netmanager_base/services/common/src/
H A Dnet_manager_center.cpp161 int32_t NetManagerCenter::RestrictBackgroundChanged(bool isRestrictBackground) in RestrictBackgroundChanged() argument
166 return connService_->RestrictBackgroundChanged(isRestrictBackground); in RestrictBackgroundChanged()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service_iface.h42 int32_t RestrictBackgroundChanged(bool isRestrictBackground) override;
H A Dnet_conn_service.h262 int32_t RestrictBackgroundChanged(bool isRestrictBackground);
/foundation/communication/netmanager_base/test/fuzztest/common_fuzzer/
H A Dcommon_fuzzer.cpp257 bool isRestrictBackground = NetCommonGetData<uint32_t>() % CONVERT_NUMBER_TO_BOOL == 0; in RestrictBackgroundChangedFuzzTest() local
258 g_netManagerCenter->RestrictBackgroundChanged(isRestrictBackground); in RestrictBackgroundChangedFuzzTest()
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_manager_center_test.cpp73 inline int32_t RestrictBackgroundChanged(bool isRestrictBackground) override

Completed in 5 milliseconds