Lines Matching refs:samgrProxy
208 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
210 if (samgrProxy == nullptr || status == nullptr) {
211 USB_HILOGE(MODULE_USB_SERVICE, "samgrProxy or SystemAbilityStatusChangeListener is nullptr");
214 int32_t ret = samgrProxy->SubscribeSystemAbility(USB_SYSTEM_ABILITY_ID, status);
2022 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
2023 if (samgrProxy == nullptr) {
2028 auto ret = samgrProxy->UnloadSystemAbility(USB_SYSTEM_ABILITY_ID);
2067 auto samgrProxy = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
2068 if (samgrProxy == nullptr) {
2073 auto ret = samgrProxy->UnloadSystemAbility(USB_SYSTEM_ABILITY_ID);