Searched refs:COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 43 …samgrProxy->UnSubscribeSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, systemAbilityListener… in ~CellularDataController() 79 …samgrProxy->SubscribeSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, systemAbilityListener_); in Init() 353 case COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID: in OnAddSystemAbility() 387 case COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID: in OnRemoveSystemAbility()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 95 COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID = 1152, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 89 pub const COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID: i32 = 1152; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 197 { COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, "NetPolicyManager" },
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_client.cpp | 111 sptr<IRemoteObject> remote = sam->CheckSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID); in GetProxy()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/ |
H A D | net_policy_service.cpp | 54 : SystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, true), state_(STATE_STOPPED) in NetPolicyService()
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 712 …controller.systemAbilityListener_->OnAddSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, "tes… 717 …controller.systemAbilityListener_->OnRemoveSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, "… 772 …controller.systemAbilityListener_->OnAddSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, "tes… 777 …controller.systemAbilityListener_->OnRemoveSystemAbility(COMM_NET_POLICY_MANAGER_SYS_ABILITY_ID, "…
|