Searched defs:window_id (Results 1 – 3 of 3) sorted by relevance
579 void ArkWebNWebImpl::RegisterScreenLockFunction(int32_t window_id, ArkWebRefPtr<ArkWebScreenLockCal… in RegisterScreenLockFunction()589 void ArkWebNWebImpl::UnRegisterScreenLockFunction(int32_t window_id) in UnRegisterScreenLockFunction()624 void ArkWebNWebImpl::SetWindowId(uint32_t window_id) in SetWindowId()
683 int32_t window_id, std::shared_ptr<OHOS::NWeb::NWebScreenLockCallback> callback) in RegisterScreenLockFunction()693 void ArkWebNWebWrapper::UnRegisterScreenLockFunction(int32_t window_id) in UnRegisterScreenLockFunction()735 void ArkWebNWebWrapper::SetWindowId(uint32_t window_id) in SetWindowId()
2936 auto window_id = upgradeContext->GetWindowId(); in InitWebViewWithSurface() local