Lines Matching refs:activeAccountId
2630 ErrCode DistributedSchedService::QueryOsAccount(int32_t& activeAccountId)
2639 activeAccountId = ids[0];
3203 int32_t activeAccountId = -1;
3204 err = QueryOsAccount(activeAccountId);
3211 info.want, callback, activeAccountId, info.requestCode);
3263 int32_t activeAccountId = -1;
3264 err = QueryOsAccount(activeAccountId);
3272 activeAccountId);
3282 err = AAFwk::AbilityManagerClient::GetInstance()->StartAbility(want, requestCode, activeAccountId);
3654 int32_t activeAccountId = -1;
3655 ErrCode err = QueryOsAccount(activeAccountId);
3661 want, callerToken, activeAccountId, static_cast<AppExecFwk::ExtensionAbilityType>(extensionType));