Home
last modified time | relevance | path

Searched refs:isServicePublished_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/common/
H A Daccessibility_common_helper.h41 return isServicePublished_; in GetIsServicePublished()
46 isServicePublished_ = publish; in SetIsServicePublished()
53 if (isServicePublished_) { in WaitForServicePublish()
84 bool isServicePublished_ = false;
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_service.h194 bool isServicePublished_ = false; variable
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_service.cpp274 if (!isServicePublished_) { in OnStart()
279 isServicePublished_ = true; in OnStart()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnetworkvpn_service.h226 bool isServicePublished_ = false; variable
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp92 isServicePublished_ = false; in OnStop()
121 if (!isServicePublished_) { in Init()
126 isServicePublished_ = true; in Init()