Home
last modified time | relevance | path

Searched defs:networkId (Results 751 - 775 of 787) sorted by relevance

1...<<3132

/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp302 int32_t DeviceManagerImpl::GetDeviceInfo(const std::string &pkgName, const std::string networkId, in GetDeviceInfo() argument
1320 GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId, std::string &uuid) GetEncryptedUuidByNetworkId() argument
1394 GetLocalDeviceNetWorkId(const std::string &pkgName, std::string &networkId) GetLocalDeviceNetWorkId() argument
1458 GetDeviceName(const std::string &pkgName, const std::string &networkId, std::string &deviceName) GetDeviceName() argument
1475 GetDeviceType(const std::string &pkgName, const std::string &networkId, int32_t &deviceType) GetDeviceType() argument
2161 GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId, int32_t &securityLevel) GetDeviceSecurityLevel() argument
2387 GetDeviceScreenStatus(const std::string &pkgName, const std::string &networkId, int32_t &screenStatus) GetDeviceScreenStatus() argument
2416 GetNetworkIdByUdid(const std::string &pkgName, const std::string &udid, std::string &networkId) GetNetworkIdByUdid() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp666 GetDeviceInfo(const std::string &networkId, DmDeviceInfo &info) GetDeviceInfo() argument
676 GetUdidByNetworkId(const char *networkId, std::string &udid) GetUdidByNetworkId() argument
681 GetUuidByNetworkId(const char *networkId, std::string &uuid) GetUuidByNetworkId() argument
686 GetNetworkIdByUdid(const std::string &udid, std::string &networkId) GetNetworkIdByUdid() argument
870 GetNetworkTypeByNetworkId(const char *networkId, int32_t &networkType) GetNetworkTypeByNetworkId() argument
884 GetDeviceSecurityLevel(const char *networkId, int32_t &securityLevel) GetDeviceSecurityLevel() argument
1095 GetDeviceScreenStatus(const char *networkId, int32_t &screenStatus) GetDeviceScreenStatus() argument
[all...]
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp1213 std::string networkId; in GetLocalDeviceNetworkId() local
1338 std::string networkId; in GetDeviceName() local
1368 std::string networkId; GetDeviceType() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp307 int32_t DeviceManagerService::GetDeviceInfo(const std::string &networkId, DmDeviceInfo &info) in GetDeviceInfo() argument
542 UnAuthenticateDevice(const std::string &pkgName, const std::string &networkId) UnAuthenticateDevice() argument
1030 GetEncryptedUuidByNetworkId(const std::string &pkgName, const std::string &networkId, std::string &uuid) GetEncryptedUuidByNetworkId() argument
1496 GetDeviceSecurityLevel(const std::string &pkgName, const std::string &networkId, int32_t &securityLevel) GetDeviceSecurityLevel() argument
1519 IsSameAccount(const std::string &networkId) IsSameAccount() argument
1741 std::string networkId = msgJsonObj[NETWORKID].get<std::string>(); HandleDeviceNotTrust() local
1945 GetDeviceScreenStatus(const std::string &pkgName, const std::string &networkId, int32_t &screenStatus) GetDeviceScreenStatus() argument
1967 GetNetworkIdByUdid(const std::string &pkgName, const std::string &udid, std::string &networkId) GetNetworkIdByUdid() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp2659 bool BundleMgrProxy::GetDistributedBundleInfo(const std::string &networkId, const std::string &bundleName, in GetDistributedBundleInfo() argument
H A Dbundle_mgr_host.cpp2232 std::string networkId = data.ReadString(); in HandleGetDistributedBundleInfo() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1020 virtual bool GetDistributedBundleInfo(const std::string &networkId, const std::string &bundleName, in GetDistributedBundleInfo() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp680 IMmapAudioCapturerSource *AudioEndpointInner::GetFastSource(const std::string &networkId, EndpointType type, in GetFastSource() argument
[all...]
H A Daudio_server.cpp819 void AudioServer::SetAudioParameter(const std::string& networkId, const AudioParamKey key, const std::string& condition, in SetAudioParameter() argument
979 const std::string AudioServer::GetAudioParameter(const std::string& networkId, const AudioParamKey key, in GetAudioParameter() argument
1329 void AudioServer::NotifyDeviceInfo(std::string networkId, bool connected) in NotifyDeviceInfo() argument
1708 int32_t AudioServer::CheckRemoteDeviceState(std::string networkId, DeviceRol argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp1923 int32_t AudioPolicyServer::GetVolumeGroupInfos(std::string networkId, std::vector<sptr<VolumeGroupInfo>> &infos) in GetVolumeGroupInfos() argument
1938 int32_t AudioPolicyServer::GetNetworkIdByGroupId(int32_t groupId, std::string &networkId) in GetNetworkIdByGroupId() argument
1963 OnAudioParameterChange(const std::string networkId, const AudioParamKey key, const std::string& condition, const std::string& value) OnAudioParameterChange() argument
1985 VolumeOnChange(const std::string networkId, const std::string& condition) VolumeOnChange() argument
2003 InterruptOnChange(const std::string networkId, const std::string& condition) InterruptOnChange() argument
2020 StateOnChange(const std::string networkId, const std::string& condition, const std::string& value) StateOnChange() argument
[all...]
H A Daudio_policy_manager_stub.cpp809 std::string networkId = data.ReadString(); in GetVolumeGroupInfoInternal() local
826 std::string networkId; in GetNetworkIdByGroupIdInternal() local
2145 std::string networkId = data.ReadString(); in InjectInterruptionInternal() local
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp1190 int32_t AudioPolicyManager::GetVolumeGroupInfos(std::string networkId, std::vector<sptr<VolumeGroupInfo>> &infos) in GetVolumeGroupInfos() argument
1197 int32_t AudioPolicyManager::GetNetworkIdByGroupId(int32_t groupId, std::string &networkId) in GetNetworkIdByGroupId() argument
2084 int32_t AudioPolicyManager::InjectInterruption(const std::string networkId, InterruptEvent &event) in InjectInterruption() argument
2091 int32_t AudioPolicyManager::LoadSplitModule(const std::string &splitArgs, const std::string &networkId) in LoadSplitModule() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp1089 string networkId = GetNetworkIdFromUri(uri); local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp1359 string networkId = MediaFileUtils::GetNetworkIdFromUri(fileAsset->GetUri()); in SolvePendingStatus() local
623 GetFileAssetFromDb(const string &column, const string &value, OperationObject oprnObject, const vector<string> &columns, const string &networkId) GetFileAssetFromDb() argument
647 QueryByPredicates(AbsPredicates &predicates, OperationObject oprnObject, const vector<string> &columns, const string &networkId) QueryByPredicates() argument
666 GetFileAssetFromDb(AbsPredicates &predicates, OperationObject oprnObject, const vector<string> &columns, const string &networkId) GetFileAssetFromDb() argument
676 GetFileAssetVectorFromDb(AbsPredicates &predicates, OperationObject oprnObject, vector<shared_ptr<FileAsset>> &fileAssetVector, const vector<string> &columns, const string &networkId) GetFileAssetVectorFromDb() argument
[all...]
H A Dmedialibrary_data_manager.cpp1771 bool MediaLibraryDataManager::QuerySync(const string &networkId, const string &tableName) in QuerySync() argument
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c757 static bool VerifySessionInfoIdType(const AuthSessionInfo *info, JsonObj *obj, char *networkId, char *udid) in VerifySessionInfoIdType() argument
838 char networkId[NETWORK_ID_BUF_LEN] = {0}; in PackDeviceIdJson() local
1643 char networkId[NETWORK_ID_BUF_LEN] = {0}; AddDiscoveryType() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c55 char networkId[NETWORK_ID_BUF_LEN]; member
91 char networkId[NETWORK_ID_BUF_LEN]; member
299 static int32_t GetPreferAuthConnInfo(const char *networkId, AuthConnInfo *connInfo, bool isMetaAuth) in GetPreferAuthConnInfo() argument
569 static int32_t GetPreferAuth(const char *networkId, AuthConnInfo *connInfo, bool isMetaAuth) in GetPreferAuth() argument
579 static int32_t GetFeatureCap(const char *networkId, uint64_t *local, uint64_t *remote) in GetFeatureCap() argument
1613 OpenAuthToDisconnP2p(const char *networkId, int32_t linkId) OpenAuthToDisconnP2p() argument
1912 GetWlanInfo(const char *networkId, LaneLinkInfo *linkInfo) GetWlanInfo() argument
1970 GetPreferAuthByType(const char *networkId, AuthLinkType type, AuthConnInfo *connInfo, bool isMetaAuth) GetPreferAuthByType() argument
2205 IsSupportWifiDirect(const char *networkId) IsSupportWifiDirect() argument
2216 CheckHasBrConnection(const char *networkId) CheckHasBrConnection() argument
2228 IsHasAuthConnInfo(const char *networkId) IsHasAuthConnInfo() argument
2243 IsSupportProxyNego(const char *networkId) IsSupportProxyNego() argument
2355 BrAuthIsMostPriority(const char *networkId) BrAuthIsMostPriority() argument
2909 LnnDisconnectP2p(const char *networkId, uint32_t laneReqId) LnnDisconnectP2p() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1594 int networkId = 15; OnConnectFailed() local
1735 int networkId = 0; OnWifiWpa3SelfCureSuccessTest() local
1742 int networkId = 0; OnWifiWpa3SelfCureFailTest() local
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp920 void PasteboardService::EstablishP2PLink(const std::string &networkId, const std::string &pasteId) in EstablishP2PLink() argument
963 void PasteboardService::CloseP2PLink(const std::string &networkId) in CloseP2PLink() argument
2056 auto networkId = DMAdapter::GetInstance().GetLocalNetworkId(); SetDistributedData() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp267 void DistributedSchedService::DeviceOnlineNotify(const std::string& networkId) in DeviceOnlineNotify() argument
280 void DistributedSchedService::DeviceOfflineNotify(const std::string& networkId) in DeviceOfflineNotify() argument
2862 int32_t DistributedSchedService::GetRemoteMissionSnapshotInfo(const std::string& networkId, int32_t missionId, in GetRemoteMissionSnapshotInfo() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2455 bool BundleMgrHostImpl::GetDistributedBundleInfo(const std::string &networkId, const std::string &bundleName, in GetDistributedBundleInfo() argument
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3638 std::string networkId; in RunAsGetDistributedBundleName() local
3708 ErrCode BundleTestTool::GetDistributedBundleName(const std::string &networkId, in GetDistributedBundleName() argument
3678 CheckGetDistributedBundleNameCorrectOption(int32_t option, const std::string &commandName, std::string &networkId, int32_t &accessTokenId) CheckGetDistributedBundleNameCorrectOption() argument
[all...]
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h317 std::string networkId; member
960 char networkId[NETWORK_ID_SIZE]; member
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2147 bool AVSessionService::IsLocalDevice(const std::string& networkId) in IsLocalDevice() argument
2160 int32_t AVSessionService::GetLocalNetworkId(std::string& networkId) in GetLocalNetworkId() argument
2169 int32_t AVSessionService::GetTrustedDeviceName(const std::string& networkId, std::string& deviceName) in GetTrustedDeviceName() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp780 int networkId = WifiConfigCenter::GetInstance().GetLastNetworkId(); in HandleConnectFailed() local
833 int networkId = WifiConfigCenter::GetInstance().GetLastNetworkId(); in HandleResetConnectNetwork() local
1557 int networkId = linkedInfo.networkId; in SelfCureForRandMacReassoc() local
1786 int networkId = linkedInfo.networkId; HandleSelfCureFailedForRandMacReassoc() local
[all...]

Completed in 97 milliseconds

1...<<3132