Home
last modified time | relevance | path

Searched refs:accountId (Results 1 – 25 of 64) sorted by relevance

123

/base/theme/wallpaper_mgr/interfaces/kits/napi/wallpaper_extension_context/
Dwallpaper_extension_context.js34 startAbilityWithAccount(want, accountId, options, callback) { argument
36 return this.__context_impl__.startAbilityWithAccount(want, accountId, options, callback);
39 connectAbilityWithAccount(want, accountId, options) { argument
41 return this.__context_impl__.connectAbilityWithAccount(want, accountId, options);
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethod_extension_context/
Dinputmethod_extension_context.js34 startAbilityWithAccount(want, accountId, options, callback) { argument
36 return this.__context_impl__.startAbilityWithAccount(want, accountId, options, callback);
39 connectAbilityWithAccount(want, accountId, options) { argument
41 return this.__context_impl__.connectAbilityWithAccount(want, accountId, options);
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Dwallpaper_extension_context.cpp60 ErrCode WallpaperExtensionContext::StartAbilityWithAccount(const AAFwk::Want &want, int accountId) … in StartAbilityWithAccount()
63 HILOG_INFO("%{public}d accountId:", accountId); in StartAbilityWithAccount()
65 want, token_, ILLEGAL_REQUEST_CODE, accountId); in StartAbilityWithAccount()
74 const AAFwk::Want &want, int accountId, const AAFwk::StartOptions &startOptions) const in StartAbilityWithAccount() argument
78 ILLEGAL_REQUEST_CODE, accountId); in StartAbilityWithAccount()
87 … const AAFwk::Want &want, int accountId, const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbilityWithAccount() argument
91 …ConnectionManager::GetInstance().ConnectAbilityWithAccount(token_, want, accountId, connectCallbac… in ConnectAbilityWithAccount()
/base/inputmethod/imf/frameworks/kits/extension/src/
Dinputmethod_extension_context.cpp61 ErrCode InputMethodExtensionContext::StartAbilityWithAccount(const AAFwk::Want &want, int accountId in StartAbilityWithAccount()
63 IMSA_HILOGI("%{public}s begin, accountId: %{public}d", __func__, accountId); in StartAbilityWithAccount()
65 …::AbilityManagerClient::GetInstance()->StartAbility(want, token_, ILLEGAL_REQUEST_CODE, accountId); in StartAbilityWithAccount()
74 const AAFwk::Want &want, int accountId, const AAFwk::StartOptions &startOptions) const in StartAbilityWithAccount() argument
78 want, startOptions, token_, ILLEGAL_REQUEST_CODE, accountId); in StartAbilityWithAccount()
87 … const AAFwk::Want &want, int accountId, const sptr<AbilityConnectCallback> &connectCallback) const in ConnectAbilityWithAccount() argument
90 …onnectionManager::GetInstance().ConnectAbilityWithAccount(token_, want, accountId, connectCallback… in ConnectAbilityWithAccount()
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/
Dwallpaper_extension_context.h74 ErrCode StartAbilityWithAccount(const AAFwk::Want &want, int accountId) const;
77 const AAFwk::Want &want, int accountId, const AAFwk::StartOptions &startOptions) const;
91 …const AAFwk::Want &want, int accountId, const sptr<AbilityConnectCallback> &connectCallback) const;
/base/inputmethod/imf/frameworks/kits/extension/include/
Dinputmethod_extension_context.h81 ErrCode StartAbilityWithAccount(const AAFwk::Want &want, int accountId) const;
84 const AAFwk::Want &want, int accountId, const AAFwk::StartOptions &startOptions) const;
101 …const AAFwk::Want &want, int accountId, const sptr<AbilityConnectCallback> &connectCallback) const;
/base/telephony/call_manager/services/call/src/
Dcall_incoming_filter_manager.cpp46 callInfo.slotId = info.accountId; in PackCellularCallInfo()
47 callInfo.accountId = info.accountId; in PackCellularCallInfo()
Dcall_request_process.cpp42 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in DialRequest()
52 DelayedSingleton<CoreServiceConnection>::GetInstance()->IsFdnEnabled(info.accountId)) { in DialRequest()
54 … DelayedSingleton<CoreServiceConnection>::GetInstance()->GetFdnNumberList(info.accountId); in DialRequest()
62 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in DialRequest()
283 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in CarrierDialProcess()
301 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in VoiceMailDialProcess()
329 callInfo.accountId = info.accountId; in PackCellularCallInfo()
333 callInfo.slotId = info.accountId; in PackCellularCallInfo()
Dcarrier_call.cpp29 … : CallBase(info), dialScene_(DialScene::CALL_NORMAL), slotId_(info.accountId), index_(info.index), in CarrierCall()
34 …ase(info, extras), dialScene_((DialScene)extras.GetIntValue("dialScene")), slotId_(info.accountId), in CarrierCall()
117 callInfo.accountId, callInfo.callId, ret, "HangUp PackCellularCallInfo failed"); in CarrierHangUpCall()
192 info.accountId = slotId_; in GetCallAttributeCarrierInfo()
267 callInfo.accountId = slotId_; in PackCellularCallInfo()
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Ddevice_account_info.h135 …DeviceAccountInfo(const std::int32_t accountId, const DeviceAccountType accountType, const std::st… in DeviceAccountInfo() argument
136 : id_(accountId), type_(accountType), name_(accountName) in DeviceAccountInfo()
149 DeviceAccountInfo(const std::int32_t accountId, const DeviceAccountType accountType, in DeviceAccountInfo() argument
151 : id_(accountId), type_(accountType), name_(accountName), iconPath_(path) in DeviceAccountInfo()
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
Dsetorupdatecallreportinfo_fuzzer.cpp39 int32_t accountId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
51 callReportInfo.accountId = accountId; in DoSomethingInterestingWithMyAPI()
/base/account/os_account/services/accountmgr/test/mock/common/
Dability_manager_adapter.h66 ErrCode StartUser(int32_t accountId);
75 ErrCode StopUser(int32_t accountId, const sptr<IStopUserCallback> &callback);
Dability_manager_adapter.cpp66 ErrCode AbilityManagerAdapter::StartUser(int accountId) in StartUser() argument
71 ErrCode AbilityManagerAdapter::StopUser(int accountId, const sptr<AAFwk::IStopUserCallback> &callba… in StopUser() argument
/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/
Dreporthungupinfo_fuzzer.cpp43 int32_t accountId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
56 callInfo.accountId = accountId; in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
Dseparateconference_fuzzer.cpp42 int32_t accountId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
56 callInfo.accountId = accountId; in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
Dcommon_type.h35 DialParaInfo() : accountId(0), callId(0), index(0), dialType(DialType::DIAL_CARRIER_TYPE), in DialParaInfo()
38 int32_t accountId; member
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h163 …int32_t InitCellularCallInfo(int32_t accountId, std::string phonenumber, CellularCallInfo &callInf… in InitCellularCallInfo() argument
165 callInfo.accountId = accountId; in InitCellularCallInfo()
166 callInfo.slotId = accountId; in InitCellularCallInfo()
167 callInfo.index = accountId; in InitCellularCallInfo()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h164 …int32_t InitCellularCallInfo(int32_t accountId, std::string phonenumber, CellularCallInfo &callInf… in InitCellularCallInfo() argument
166 callInfo.accountId = accountId; in InitCellularCallInfo()
167 callInfo.slotId = accountId; in InitCellularCallInfo()
168 callInfo.index = accountId; in InitCellularCallInfo()
/base/account/os_account/frameworks/ohosaccount/native/include/
Daccount_proxy.h39 std::int32_t QueryDeviceAccountId(std::int32_t &accountId) override;
46 std::int32_t DeviceAccountRequest(std::uint32_t code, std::int32_t accountId);
/base/account/os_account/services/accountmgr/test/mock/src/
Dmock_account_mgr_service.cpp40 std::int32_t MockAccountMgrService::QueryDeviceAccountId(std::int32_t &accountId) in QueryDeviceAccountId() argument
42 accountId = devAccountId_; in QueryDeviceAccountId()
/base/account/os_account/services/accountmgr/include/ability_manager_adapter/
Dability_manager_adapter.h66 ErrCode StartUser(int32_t accountId);
75 ErrCode StopUser(int32_t accountId, const sptr<IStopUserCallback> &callback);
/base/telephony/call_manager/services/call_report/src/
Dcall_state_report_proxy.cpp47 ReportCallState(info.accountId, static_cast<int32_t>(info.callState), accountNumber); in CallStateUpdated()
49 …ReportCallStateForCallId(info.accountId, info.callId, static_cast<int32_t>(info.callState), accoun… in CallStateUpdated()
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
Dsetimsfeaturevalue_fuzzer.cpp194 int32_t accountId = static_cast<int32_t>(size); in Reject() local
206 callInfo.accountId = accountId; in Reject()
230 int32_t accountId = static_cast<int32_t>(size); in HangUp() local
242 callInfo.accountId = accountId; in HangUp()
/base/telephony/cellular_call/services/control/src/
Dcontrol_base.cpp30 …CellularCallHiSysEvent::WriteDialCallFaultEvent(callInfo.accountId, static_cast<int32_t>(callInfo.… in DialPreJudgment()
38 …CellularCallHiSysEvent::WriteDialCallFaultEvent(callInfo.accountId, static_cast<int32_t>(callInfo.… in DialPreJudgment()
/base/account/os_account/services/accountmgr/src/ability_manager_adapter/
Dability_manager_adapter.cpp121 ErrCode AbilityManagerAdapter::StartUser(int accountId) in StartUser() argument
139 if (!data.WriteInt32(accountId)) { in StartUser()
151 ErrCode AbilityManagerAdapter::StopUser(int accountId, const sptr<AAFwk::IStopUserCallback> &callba… in StopUser() argument
168 if (!data.WriteInt32(accountId)) { in StopUser()

123