Home
last modified time | relevance | path

Searched defs:ImportCredential (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dmine_hichain_connector.cpp236 int MineHiChainConnector::ImportCredential(std::string reqJsonStr, std::string &returnJsonStr) in ImportCredential() function in OHOS::DistributedHardware::MineHiChainConnector
H A Dhichain_auth_connector.cpp250 int32_t HiChainAuthConnector::ImportCredential(int32_t osAccountId, std::string deviceId, std::stri… in ImportCredential() function in OHOS::DistributedHardware::HiChainAuthConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp234 int32_t DeviceManagerServiceImpl::ImportCredential(const std::string &pkgName, const std::string &c… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
287 int32_t DeviceManagerServiceImpl::ImportCredential(const std::string &pkgName, const std::string &r… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp386 int32_t DeviceManagerServiceImpl::ImportCredential(const std::string &pkgName, const std::string &c… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
441 int32_t DeviceManagerServiceImpl::ImportCredential(const std::string &pkgName, const std::string &r… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_device_manager_impl.cpp165 int32_t DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &credenti… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp118 int32_t DmCredentialManager::ImportCredential(const std::string &pkgName, const std::string &creden… in ImportCredential() function in OHOS::DistributedHardware::DmCredentialManager
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c631 static int32_t ImportCredential(const char *reqJsonStr, char **returnData) in ImportCredential() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp215 int32_t DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &credenti… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp729 int32_t DeviceManagerService::ImportCredential(const std::string &pkgName, const std::string &crede… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerService
785 int32_t DeviceManagerService::ImportCredential(const std::string &pkgName, const std::string &reqJs… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerService
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp945 int32_t DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &credenti… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
1156 int32_t DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &reqJsonS… in ImportCredential() function in OHOS::DistributedHardware::DeviceManagerImpl
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1909 int32_t DmAuthManager::ImportCredential(std::string &deviceId, std::string &publicKey) in ImportCredential() function in OHOS::DistributedHardware::DmAuthManager
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp2551 napi_value DeviceManagerNapi::ImportCredential(napi_env env, napi_callback_info info) in ImportCredential() function in DeviceManagerNapi