Home
last modified time | relevance | path

Searched refs:GetAppInfoFromDP (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_version_manager.h34 static int32_t GetAppInfoFromDP(const std::string& deviceId, std::string& appInfoJsonData);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_version_manager.cpp52 int32_t result = GetAppInfoFromDP(deviceId, appInfoJsonData); in GetRemoteDmsVersion()
78 int32_t DmsVersionManager::GetAppInfoFromDP(const std::string& deviceId, std::string& appInfoJsonData) in GetAppInfoFromDP() function in OHOS::DistributedSchedule::DmsVersionManager
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_version_manager_test.cpp334 * @tc.desc: test call GetAppInfoFromDP with invalid device id
343 DmsVersionManager::GetAppInfoFromDP(deviceId, appInfoJson); in HWTEST_F()
345 int32_t result = DmsVersionManager::GetAppInfoFromDP(deviceId, appInfoJson); in HWTEST_F()
442 * @tc.desc: test call GetAppInfoFromDP with local device id
451 DmsVersionManager::GetAppInfoFromDP(deviceId, appInfoJson); in HWTEST_F()
453 int32_t result = DmsVersionManager::GetAppInfoFromDP(deviceId, appInfoJson); in HWTEST_F()

Completed in 2 milliseconds