Home
last modified time | relevance | path

Searched refs:dispId (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp70 int64_t dispId; in GetDisplayId() local
71 NAPI_CALL_RETURN_VOID(env, napi_get_value_int64(env, displayId, &dispId)); in GetDisplayId()
72 param->option.displayId = static_cast<DisplayId>(dispId); in GetDisplayId()
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp427 for (auto dispId : displayIds) { in ProcessDisplayId()
428 std::cout << "\t" << dispId << std::endl; in ProcessDisplayId()

Completed in 3 milliseconds