Home
last modified time | relevance | path

Searched refs:COMM_NET_CONN_MANAGER_SYS_ABILITY_ID (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_datashare_utils.cpp44 sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in CreateDataShareHelper()
H A Dnet_monitor.cpp355 sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in CheckIfSettingsDataReady()
H A Dnet_conn_service.cpp81 : SystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, true), registerToService_(false), state_(STATE_STOPPED) in NetConnService()
198 sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in CheckIfSettingsDataReady()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp94 AddSystemAbilityListener(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in Init()
314 if (systemAbilityId == COMM_NET_CONN_MANAGER_SYS_ABILITY_ID) { in OnAddSystemAbility()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h94 COMM_NET_CONN_MANAGER_SYS_ABILITY_ID = 1151, enumerator
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp85 case COMM_NET_CONN_MANAGER_SYS_ABILITY_ID: in OnAddSystemAbility()
115 AddSystemAbilityListener(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in Init()
/foundation/communication/netmanager_base/utils/data_share/src/
H A Dnet_datashare_utils.cpp62 sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in CreateDataShareHelper()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs88 pub const COMM_NET_CONN_MANAGER_SYS_ABILITY_ID: i32 = 1151; consts
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_test.cpp518 instance_->OnAddSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, {}); in HWTEST_F()
520 instance_->OnAddSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, {}); in HWTEST_F()
673 systemAbilityId = COMM_NET_CONN_MANAGER_SYS_ABILITY_ID; in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp160 AddSystemAbilityListener(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in Init()
662 if (systemAbilityId == COMM_NET_CONN_MANAGER_SYS_ABILITY_ID) { in OnAddSystemAbility()
674 if (systemAbilityId == COMM_NET_CONN_MANAGER_SYS_ABILITY_ID) { in OnRemoveSystemAbility()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp570 ethernetService.OnAddSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, DEV_NAME); in HWTEST_F()
574 ethernetService.OnAddSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, DEV_NAME); in HWTEST_F()
H A Dethernet_service_test.cpp301 ethernetService.OnAddSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, deviceId); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp267 case COMM_NET_CONN_MANAGER_SYS_ABILITY_ID: in OnSystemAbilityChanged()
470 SubscribeSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in InitSubscribeListener()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp301 ethernetService.OnAddSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID, deviceId); in HWTEST_F()
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_client.cpp98 sptr<IRemoteObject> remote = sam->CheckSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in HWTEST_F()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp480 sptr<IRemoteObject> remote = sam->CheckSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in GetProxy()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp803 if (systemAbilityid == COMM_NET_CONN_MANAGER_SYS_ABILITY_ID) { in OnSystemAbilityChanged()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp154 sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in GetProxy()
157 std::cout << "NetConnService Get COMM_NET_CONN_MANAGER_SYS_ABILITY_ID success ... " << std::endl; in GetProxy()
160 std::cout << "NetConnService Get COMM_NET_CONN_MANAGER_SYS_ABILITY_ID fail ... " << std::endl; in GetProxy()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_manager_test.cpp154 sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(COMM_NET_CONN_MANAGER_SYS_ABILITY_ID); in GetProxy()
157 std::cout << "NetConnService Get COMM_NET_CONN_MANAGER_SYS_ABILITY_ID success ... " << std::endl; in GetProxy()
160 std::cout << "NetConnService Get COMM_NET_CONN_MANAGER_SYS_ABILITY_ID fail ... " << std::endl; in GetProxy()

Completed in 27 milliseconds