Home
last modified time | relevance | path

Searched refs:ConnectService (Results 1 - 25 of 30) sorted by relevance

12

/foundation/ability/form_fwk/services/src/
H A Dform_ecological_rule_service.cpp53 sptr<IFormEcologicalRule> FormEcologicalRuleClient::ConnectService() in ConnectService() function in OHOS::AppExecFwk::FormEcologicalRuleClient
82 HILOG_DEBUG("redo ConnectService"); in CheckConnectService()
83 ecologicalRuleMgrServiceProxy_ = ConnectService(); in CheckConnectService()
94 ecologicalRuleMgrServiceProxy_ = ConnectService(); in OnRemoteSaDied()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/
H A Dconnect_wrapper.h24 OHOS::IRemoteObject *ConnectService(int userId);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbms_ecological_rule_mgr_service_client.cpp56 sptr<IBmsEcologicalRuleMgrService> BmsEcologicalRuleMgrServiceClient::ConnectService() in ConnectService() function in OHOS::AppExecFwk::BmsEcologicalRuleMgrServiceClient
84 LOG_W(BMS_TAG_DEFAULT, "redo ConnectService"); in CheckConnectService()
85 bmsEcologicalRuleMgrServiceProxy_ = ConnectService(); in CheckConnectService()
96 bmsEcologicalRuleMgrServiceProxy_ = ConnectService(); in OnRemoteSaDied()
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_client.cpp65 sptr<EcologicalRuleMgrServiceInterface> EcologicalRuleMgrServiceClient::ConnectService() in ConnectService() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceClient
85 LOG_WARN("redo ConnectService"); in CheckConnectService()
86 ecologicalRuleMgrServiceProxy_ = ConnectService(); in CheckConnectService()
97 ecologicalRuleMgrServiceProxy_ = ConnectService(); in OnRemoteSaDied()
/foundation/ability/idl_tool/test/native/include/
H A Dtest_client.h27 int ConnectService();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/src/
H A Dconnect_wrapper.cpp26 API_EXPORT OHOS::IRemoteObject *ConnectService(int userId) in ConnectService() function
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_agent_client.cpp59 APP_DOMAIN_VERIFY_HILOGW(APP_DOMAIN_VERIFY_AGENT_MODULE_CLIENT, "Redo ConnectService"); in IsServiceAvailable()
60 ConnectService(); in IsServiceAvailable()
70 void AppDomainVerifyAgentClient::ConnectService() in ConnectService() function in OHOS::AppDomainVerify::AppDomainVerifyAgentClient
72 APP_DOMAIN_VERIFY_HILOGD(APP_DOMAIN_VERIFY_AGENT_MODULE_CLIENT, "ConnectService start."); in ConnectService()
H A Dapp_domain_verify_mgr_client.cpp137 APP_DOMAIN_VERIFY_HILOGW(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "Redo ConnectService"); in IsServiceAvailable()
138 ConnectService(); in IsServiceAvailable()
148 void AppDomainVerifyMgrClient::ConnectService() in ConnectService() function in OHOS::AppDomainVerify::AppDomainVerifyMgrClient
150 APP_DOMAIN_VERIFY_HILOGD(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "ConnectService start."); in ConnectService()
/foundation/ability/idl_tool/test/native/src/
H A Dtest_client.cpp25 int TestClient::ConnectService() in ConnectService() function in OHOS::TestClient
H A Dmain_client.cpp55 if (testClient->ConnectService()) { in main()
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_client.h34 int ConnectService();
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/
H A Dapp_domain_verify_agent_client.h57 void ConnectService();
H A Dapp_domain_verify_mgr_client.h143 void ConnectService();
/foundation/ability/form_fwk/services/include/
H A Dform_ecological_rule_service.h36 static sptr<IFormEcologicalRule> ConnectService();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbms_ecological_rule_mgr_service_client.h62 static sptr<IBmsEcologicalRuleMgrService> ConnectService();
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_client.h54 static sptr<EcologicalRuleMgrServiceInterface> ConnectService();
/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/
H A Dability_ecological_rule_mgr_service.cpp68 sptr<IAbilityEcologicalRuleMgrService> AbilityEcologicalRuleMgrServiceClient::ConnectService() in ConnectService() function in OHOS::EcologicalRuleMgrService::AbilityEcologicalRuleMgrServiceClient
97 TAG_LOGW(AAFwkTag::ECOLOGICAL_RULE, "redo ConnectService"); in CheckConnectService()
98 ecologicalRuleMgrServiceProxy_ = ConnectService(); in CheckConnectService()
110 ecologicalRuleMgrServiceProxy_ = ConnectService(); in OnRemoteSaDied()
/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/
H A Dability_ecological_rule_mgr_service.h46 static sptr<IAbilityEcologicalRuleMgrService> ConnectService();
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h56 void ConnectService();
/foundation/multimodalinput/input/tools/inject_event/include/
H A Dinput_manager_command.h32 int32_t ConnectService();
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dmain_client.cpp85 if (testClient->ConnectService()) { in main()
H A Dtest_service_client.cpp28 int TestServiceClient::ConnectService() in ConnectService() function in OHOS::TestServiceClient
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dasset.rs21 use crate::ipc_conn::ffi::ConnectService;
191 let remote_obj = unsafe { RemoteObj::from_ciremote(ConnectService(user_id)) }
H A Ddatabase.rs22 use crate::ipc_conn::ffi::ConnectService;
73 let remote_obj = unsafe { RemoteObj::from_ciremote(ConnectService(user_id)) }
/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/
H A Dapp_domain_verify_mgr_client_test.cpp356 * @tc.desc: Test ConnectService.
363 AppDomainVerifyMgrClient::GetInstance()->ConnectService(); in HWTEST_F()
374 AppDomainVerifyMgrClient::GetInstance()->ConnectService(); in HWTEST_F()

Completed in 8 milliseconds

12