Home
last modified time | relevance | path

Searched refs:netwokId (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h35 virtual bool CheckRemoteOsType(const std::string& netwokId) = 0;
H A Ddistributed_sched_service.h218 bool CheckRemoteOsType(const std::string& netwokId) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp239 bool MockDistributedSched::CheckRemoteOsType(const std::string& netwokId) in CheckRemoteOsType() argument
H A Dmock_distributed_sched.h96 bool CheckRemoteOsType(const std::string& netwokId) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp435 bool DistributedSchedService::CheckRemoteOsType(const std::string& netwokId) in CheckRemoteOsType() argument
437 auto devInfo = DtbschedmgrDeviceInfoStorage::GetInstance().GetDeviceInfoById(netwokId); in CheckRemoteOsType()
439 HILOGE("GetDeviceInfoById failed, netwokId: %{public}s.", GetAnonymStr(netwokId).c_str()); in CheckRemoteOsType()
443 HILOGI("Remote device OsType %{public}d, netwokId: %{public}s.", devInfo->GetDeviceOSType(), in CheckRemoteOsType()
444 GetAnonymStr(netwokId).c_str()); in CheckRemoteOsType()

Completed in 9 milliseconds