/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | watermark_application_observer.cpp | 25 int32_t accountId = -1; in OnProcessCreated() local
|
H A D | watermark_image_serializer.cpp | 43 cJSON* accountId = cJSON_GetObjectItem(item, ACCOUNT_ID); in Deserialize() local
|
/base/customization/enterprise_device_management/framework/extension/src/ |
H A D | enterprise_admin_stub_impl.cpp | 41 void EnterpriseAdminStubImpl::OnBundleAdded(const std::string &bundleName, int32_t accountId) in OnBundleAdded() argument 51 void EnterpriseAdminStubImpl::OnBundleRemoved(const std::string &bundleName, int32_t accountId) in OnBundleRemoved() argument
|
H A D | enterprise_admin_stub.cpp | 85 int32_t accountId = data.ReadInt32(); in OnBundleAddedInner() local 93 int32_t accountId = data.ReadInt32(); in OnBundleRemovedInner() local
|
/base/customization/enterprise_device_management/services/edm/include/connection/ |
H A D | enterprise_bundle_connection.h | 25 EnterpriseBundleConnection(const AAFwk::Want &want, uint32_t code, uint32_t userId, const std::string &bundleName, const int32_t accountId) EnterpriseBundleConnection() argument
|
/base/customization/enterprise_device_management/services/edm/src/connection/ |
H A D | enterprise_conn_manager.cpp | 41 CreateBundleConnection(const AAFwk::Want &want, uint32_t code, uint32_t userId, const std::string &bundleName, const int32_t accountId) CreateBundleConnection() argument
|
H A D | enterprise_admin_proxy.cpp | 43 void EnterpriseAdminProxy::OnBundleAdded(const std::string &bundleName, int32_t accountId) in OnBundleAdded() argument 56 void EnterpriseAdminProxy::OnBundleRemoved(const std::string &bundleName, int32_t accountId) in OnBundleRemoved() argument
|
/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | inputmethod_extension_context.cpp | 72 ErrCode InputMethodExtensionContext::StartAbilityWithAccount(const AAFwk::Want &want, int accountId, in StartAbilityWithAccount() argument 85 bool InputMethodExtensionContext::ConnectAbilityWithAccount(const AAFwk::Want &want, int accountId, in ConnectAbilityWithAccount() argument
|
/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | set_watermark_image_plugin.h | 28 int32_t accountId = 0; member
|
/base/print/print_fwk/test/unittest/extension_test/ |
H A D | print_extension_context_test.cpp | 66 int accountId = 0; in HWTEST_F() local 74 int accountId = 0; in HWTEST_F() local
|
/base/print/print_fwk/frameworks/kits/extension/src/ |
H A D | print_extension_context.cpp | 72 StartAbilityWithAccount( const AAFwk::Want &want, int accountId, const AAFwk::StartOptions &startOptions) const StartAbilityWithAccount() argument 85 ConnectAbilityWithAccount( const AAFwk::Want &want, int accountId, const sptr<AbilityConnectCallback> &connectCallback) const ConnectAbilityWithAccount() argument
|
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | account_adapt_test.cpp | 52 DlpBlob accountId; in HWTEST_F() local
|
/base/telephony/core_service/frameworks/js/vcard/include/ |
H A D | napi_vcard.h | 46 int32_t accountId = DEFAULT_ERROR; member
|
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
H A D | wallpaper_extension_context.cpp | 70 StartAbilityWithAccount( const AAFwk::Want &want, int32_t accountId, const AAFwk::StartOptions &startOptions) const StartAbilityWithAccount() argument 83 ConnectAbilityWithAccount( const AAFwk::Want &want, int32_t accountId, const sptr<AbilityConnectCallback> &connectCallback) const ConnectAbilityWithAccount() argument
|
/base/account/os_account/services/accountmgr/test/mock/common/ |
H A D | ability_manager_adapter_mock.cpp | 51 ErrCode AbilityManagerAdapter::StartUser(int accountId, in StartUser() argument 61 ErrCode AbilityManagerAdapter::StopUser(int accountId, const sptr<AAFwk::IUserCallback> &callback) in StopUser() argument 70 ErrCode AbilityManagerAdapter::LogoutUser(int accountId) in LogoutUser() argument 75 bool AbilityManagerAdapter::IsAllAppDied(int32_t accountId) in IsAllAppDied() argument
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_user_callback.cpp | 30 auto accountId = data.ReadInt32(); in OnStopUserDoneInner() local 38 auto accountId = data.ReadInt32(); in OnStartUserDoneInner() local
|
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 42 int32_t accountId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
|
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/ |
H A D | setorupdatecallreportinfo_fuzzer.cpp | 39 int32_t accountId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
|
/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_common.cpp | 32 DomainAccountInfo( const std::string &domain, const std::string &domainAccountName, const std::string &accountId) DomainAccountInfo() argument 37 DomainAccountInfo(const std::string &domain, const std::string &domainAccountName, const std::string &accountId, const bool &isAuthed, const std::string &serverConfigId) DomainAccountInfo() argument
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | fingerprint_auth_plugin.cpp | 49 int32_t accountId = data.ReadInt32(); in OnHandlePolicy() local 126 int32_t accountId = data.ReadInt32(); in OnGetPolicy() local 85 HandleFingerprintForAccountPolicy(bool disallow, int32_t accountId, FingerprintPolicy &policy) HandleFingerprintForAccountPolicy() argument
|
/base/account/os_account/test/fuzztest/ohosaccount/getohosaccountinfo_fuzzer/ |
H A D | getohosaccountinfo_fuzzer.cpp | 134 int32_t accountId = 0; in QueryOhosAccountInfoByUserIdProxyFuzzTest() local
|
/base/account/os_account/services/accountmgr/test/mock/os_account/ |
H A D | os_account_interface.cpp | 125 ErrCode OsAccountInterface::CheckAllAppDied(int32_t accountId) in CheckAllAppDied() argument
|
/base/account/os_account/services/accountmgr/test/mock/src/ |
H A D | mock_account_mgr_service.cpp | 40 std::int32_t MockAccountMgrService::QueryDeviceAccountId(std::int32_t &accountId) in QueryDeviceAccountId() argument
|
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | account_adapt.cpp | 88 bool IsAccountLogIn(uint32_t osAccountId, AccountType accountType, const DlpBlob* accountId) in IsAccountLogIn() argument
|
/base/telephony/call_manager/frameworks/cj/src/ |
H A D | telephony_call_utils.h | 38 int32_t accountId; member
|