Home
last modified time | relevance | path

Searched refs:activedOsAccountIds (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp1048 std::vector<int> activedOsAccountIds; in IsRingingVibrateModeOn() local
1049 OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(activedOsAccountIds); in IsRingingVibrateModeOn()
1050 if (activedOsAccountIds.empty()) { in IsRingingVibrateModeOn()
1051 TELEPHONY_LOGW("activedOsAccountIds is empty"); in IsRingingVibrateModeOn()
1054 int userId = activedOsAccountIds[0]; in IsRingingVibrateModeOn()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp1421 std::vector<int> activedOsAccountIds; in ShouldRejectIncomingCall() local
1422 OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(activedOsAccountIds); in ShouldRejectIncomingCall()
1423 if (activedOsAccountIds.empty()) { in ShouldRejectIncomingCall()
1424 TELEPHONY_LOGW("ShouldRejectIncomingCall: activedOsAccountIds is empty"); in ShouldRejectIncomingCall()
1427 int userId = activedOsAccountIds[0]; in ShouldRejectIncomingCall()
1551 std::vector<int> activedOsAccountIds; in IsFocusModeOpen() local
1552 OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(activedOsAccountIds); in IsFocusModeOpen()
1553 if (activedOsAccountIds.empty()) { in IsFocusModeOpen()
1554 TELEPHONY_LOGW("ShouldRejectIncomingCall: activedOsAccountIds is empty"); in IsFocusModeOpen()
1557 int userId = activedOsAccountIds[ in IsFocusModeOpen()
[all...]

Completed in 4 milliseconds